#0B4277

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

Shades of Dark Cerulean #0B4277

Tints of Dark Cerulean #0B4277

Color information

#0B4277 (or 0x0B4277) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 42 and 77. RGB value is (11,66,119). Sum of RGB (Red+Green+Blue) = 11+66+119=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B4277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4277 is #F4BD88. Grayscale: #373737. Windows color (decimal): -16039305 or 7815691. OLE color: 7815691.

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

Color convert

RGB1166119-
CMYK0.910.4500.53
HSL209.44º83.08%25.49%-
HSV(B)209.44º90.76%46.67%-
XYZ5.425.318.19-
YUV55.6163.7896.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.61%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=5.61%
G=33.67%
B=60.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11661190.910.4500.53209.4483.0825.49
HexB42775B2D035d15319
Octal131021671335506532112331
Binary1011100001011101111011011101101011010111010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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