#0B457B

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

Shades of Dark Cerulean #0B457B

Tints of Dark Cerulean #0B457B

Color information

#0B457B (or 0x0B457B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 45 and 7B. RGB value is (11,69,123). Sum of RGB (Red+Green+Blue) = 11+69+123=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B457B is #F4BA84. Grayscale: #393939. Windows color (decimal): -16038533 or 8078603. OLE color: 8078603.

HSL color Cylindrical-coordinate representation of color #0B457B: hue angle of 208.93º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B457B is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1169123-
CMYK0.910.4400.52
HSL208.93º83.58%26.27%-
HSV(B)208.93º91.06%48.24%-
XYZ5.845.7619.54-
YUV57.81164.7894.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=5.42%
G=33.99%
B=60.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11691230.910.4400.52208.9383.5826.27
HexB457B5B2C034d1541a
Octal131051731335406432112432
Binary1011100010111110111011011101100011010011010001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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