#0B456D

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

Shades of Dark Cerulean #0B456D

Tints of Dark Cerulean #0B456D

Color information

#0B456D (or 0x0B456D) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 45 and 6D. RGB value is (11,69,109). Sum of RGB (Red+Green+Blue) = 11+69+109=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B456D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B456D is #F4BA92. Grayscale: #383838. Windows color (decimal): -16038547 or 7161099. OLE color: 7161099.

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

Color convert

RGB1169109-
CMYK0.900.3700.57
HSL204.49º81.67%23.53%-
HSV(B)204.49º89.91%42.75%-
XYZ5.035.4315.25-
YUV56.22157.7895.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 109 (42.97% from 255) = 57.67%
R=5.82%
G=36.51%
B=57.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11691090.900.3700.57204.4981.6723.53
HexB456D5A25039cc5218
Octal131051551324507131412230
Binary1011100010111011011011010100101011100111001100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,69,109); }

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

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

 a { background-color: rgb(11,69,109); }

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

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

 span { border-color: rgb(11,69,109); }

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