#0B3877

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

Shades of Dark Cerulean #0B3877

Tints of Dark Cerulean #0B3877

Color information

#0B3877 (or 0x0B3877) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 38 and 77. RGB value is (11,56,119). Sum of RGB (Red+Green+Blue) = 11+56+119=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B3877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3877 is #F4C788. Grayscale: #313131. Windows color (decimal): -16041865 or 7813131. OLE color: 7813131.

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

Color convert

RGB1156119-
CMYK0.910.5300.53
HSL215º83.08%25.49%-
HSV(B)215º90.76%46.67%-
XYZ4.884.2318.01-
YUV49.73167.09100.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 119 (46.88% from 255) = 63.98%
R=5.91%
G=30.11%
B=63.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11561190.910.5300.5321583.0825.49
HexB38775B35035d75319
Octal13701671336506532712331
Binary101111100011101111011011110101011010111010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,56,119); }

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

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

 a { background-color: rgb(11,56,119); }

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

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

 span { border-color: rgb(11,56,119); }

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