#0B3977

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

Shades of Dark Cerulean #0B3977

Tints of Dark Cerulean #0B3977

Color information

#0B3977 (or 0x0B3977) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 39 and 77. RGB value is (11,57,119). Sum of RGB (Red+Green+Blue) = 11+57+119=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B3977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3977 is #F4C688. Grayscale: #323232. Windows color (decimal): -16041609 or 7813387. OLE color: 7813387.

HSL color Cylindrical-coordinate representation of color #0B3977: hue angle of 214.44º 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 #0B3977 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1157119-
CMYK0.910.5200.53
HSL214.44º83.08%25.49%-
HSV(B)214.44º90.76%46.67%-
XYZ4.934.3318.03-
YUV50.31166.7699.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=5.88%
G=30.48%
B=63.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11571190.910.5200.53214.4483.0825.49
HexB39775B34035d65319
Octal13711671336406532612331
Binary101111100111101111011011110100011010111010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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