#0B13DC

Color #0B13DC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0B13DC

Tints of Medium Blue #0B13DC

Color information

#0B13DC (or 0x0B13DC) is unknown color: approx Medium Blue. HEX triplet: 0B, 13 and DC. RGB value is (11,19,220). Sum of RGB (Red+Green+Blue) = 11+19+220=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B13DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B13DC is #F4EC23. Grayscale: #262626. Windows color (decimal): -16051236 or 14422795. OLE color: 14422795.

HSL color Cylindrical-coordinate representation of color #0B13DC: hue angle of 237.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B13DC is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1119220-
CMYK0.950.9100.14
HSL237.7º90.48%45.29%-
HSV(B)237.7º95%86.27%-
XYZ13.295.768.11-
YUV39.52229.85107.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.4%
GREEN value IS 19 (7.81% from 255) = 7.6%
BLUE value IS 220 (86.33% from 255) = 88%
R=4.4%
G=7.6%
B=88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal11192200.950.9100.14237.790.4845.29
HexB13DC5F5B0Eee5a2d
Octal132333413713301635613255
Binary101110011110111001011111101101101110111011101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B13DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B13DC; }

 p { color: rgb(11,19,220); }

 H1.HeaderClassName
 {
   color: #0B13DC;
 }
 .AnyTagClassName
 {
   color: #0B13DC;
 }
</style>
background-color css

<style>
 a { background-color: #0B13DC; }

 a { background-color: rgb(11,19,220); }

 div.DivClassName
 {
   background-color: #0B13DC;
 }
 .BgClassName
 {
   background-color: #0B13DC;
 }
</style>
border-color css

<style>
 span { border-color: #0B13DC; }

 span { border-color: rgb(11,19,220); }

 td.TdClassName
 {
   border-color: #0B13DC;
 }
 .TagClassName
 {
   border-color: #0B13DC;
 }
</style>