#0B466B

Color #0B466B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0B466B

Tints of Dark Cerulean #0B466B

Color information

#0B466B (or 0x0B466B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 46 and 6B. RGB value is (11,70,107). Sum of RGB (Red+Green+Blue) = 11+70+107=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B466B is #F4B994. Grayscale: #383838. Windows color (decimal): -16038293 or 7030283. OLE color: 7030283.

HSL color Cylindrical-coordinate representation of color #0B466B: hue angle of 203.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B466B is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1170107-
CMYK0.900.3500.58
HSL203.12º81.36%23.14%-
HSV(B)203.12º89.72%41.96%-
XYZ4.985.5114.71-
YUV56.58156.4595.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=5.85%
G=37.23%
B=56.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11701070.900.3500.58203.1281.3623.14
HexB466B5A2303Acb5117
Octal131061531324307231312127
Binary1011100011011010111011010100011011101011001011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,70,107); }

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

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

 a { background-color: rgb(11,70,107); }

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

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

 span { border-color: rgb(11,70,107); }

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