#0B4271

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

Shades of Dark Cerulean #0B4271

Tints of Dark Cerulean #0B4271

Color information

#0B4271 (or 0x0B4271) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 42 and 71. RGB value is (11,66,113). Sum of RGB (Red+Green+Blue) = 11+66+113=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B4271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4271 is #F4BD8E. Grayscale: #363636. Windows color (decimal): -16039311 or 7422475. OLE color: 7422475.

HSL color Cylindrical-coordinate representation of color #0B4271: hue angle of 207.65º 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 #0B4271 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1166113-
CMYK0.900.4200.56
HSL207.65º82.26%24.31%-
HSV(B)207.65º90.27%44.31%-
XYZ5.075.1616.35-
YUV54.91160.7896.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=5.79%
G=34.74%
B=59.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11661130.900.4200.56207.6582.2624.31
HexB42715A2A038d05218
Octal131021611325207032012230
Binary1011100001011100011011010101010011100011010000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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