#0B4871

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

Shades of Dark Cerulean #0B4871

Tints of Dark Cerulean #0B4871

Color information

#0B4871 (or 0x0B4871) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 48 and 71. RGB value is (11,72,113). Sum of RGB (Red+Green+Blue) = 11+72+113=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B4871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4871 is #F4B78E. Grayscale: #3A3A3A. Windows color (decimal): -16037775 or 7424011. OLE color: 7424011.

HSL color Cylindrical-coordinate representation of color #0B4871: hue angle of 204.12º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B4871 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1172113-
CMYK0.900.3600.56
HSL204.12º82.26%24.31%-
HSV(B)204.12º90.27%44.31%-
XYZ5.445.916.47-
YUV58.43158.7994.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.61%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=5.61%
G=36.73%
B=57.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11721130.900.3600.56204.1282.2624.31
HexB48715A24038cc5218
Octal131101611324407031412230
Binary1011100100011100011011010100100011100011001100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,113); }

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

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

 a { background-color: rgb(11,72,113); }

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

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

 span { border-color: rgb(11,72,113); }

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