#0B478A

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

Shades of Dark Cerulean #0B478A

Tints of Dark Cerulean #0B478A

Color information

#0B478A (or 0x0B478A) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 47 and 8A. RGB value is (11,71,138). Sum of RGB (Red+Green+Blue) = 11+71+138=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B478A is #F4B875. Grayscale: #3C3C3C. Windows color (decimal): -16038006 or 9062155. OLE color: 9062155.

HSL color Cylindrical-coordinate representation of color #0B478A: hue angle of 211.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B478A is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1171138-
CMYK0.920.4900.46
HSL211.65º85.23%29.22%-
HSV(B)211.65º92.03%54.12%-
XYZ6.986.4124.91-
YUV60.7171.6292.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 138 (54.30% from 255) = 62.73%
R=5%
G=32.27%
B=62.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11711380.920.4900.46211.6585.2329.22
HexB478A5C3102Ed4551d
Octal131072121346105632412535
Binary10111000111100010101011100110001010111011010100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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