#0B4778

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

Shades of Dark Cerulean #0B4778

Tints of Dark Cerulean #0B4778

Color information

#0B4778 (or 0x0B4778) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 47 and 78. RGB value is (11,71,120). Sum of RGB (Red+Green+Blue) = 11+71+120=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B4778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4778 is #F4B887. Grayscale: #3A3A3A. Windows color (decimal): -16038024 or 7882507. OLE color: 7882507.

HSL color Cylindrical-coordinate representation of color #0B4778: hue angle of 206.97º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B4778 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1171120-
CMYK0.910.4100.53
HSL206.97º83.21%25.69%-
HSV(B)206.97º90.83%47.06%-
XYZ5.785.9318.61-
YUV58.65162.6294.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=5.45%
G=35.15%
B=59.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11711200.910.4100.53206.9783.2125.69
HexB47785B29035cf531a
Octal131071701335106531712332
Binary1011100011111110001011011101001011010111001111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,71,120); }

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

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

 a { background-color: rgb(11,71,120); }

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

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

 span { border-color: rgb(11,71,120); }

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