#0B5389

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

Shades of Dark Cerulean #0B5389

Tints of Dark Cerulean #0B5389

Color information

#0B5389 (or 0x0B5389) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 53 and 89. RGB value is (11,83,137). Sum of RGB (Red+Green+Blue) = 11+83+137=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B5389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5389 is #F4AC76. Grayscale: #434343. Windows color (decimal): -16034935 or 8999691. OLE color: 8999691.

HSL color Cylindrical-coordinate representation of color #0B5389: hue angle of 205.71º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5389 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1183137-
CMYK0.920.3900.46
HSL205.71º85.14%29.02%-
HSV(B)205.71º91.97%53.73%-
XYZ7.758.0624.82-
YUV67.63167.1587.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 137 (53.91% from 255) = 59.31%
R=4.76%
G=35.93%
B=59.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11831370.920.3900.46205.7185.1429.02
HexB53895C2702Ece551d
Octal131232111344705631612535
Binary10111010011100010011011100100111010111011001110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,83,137); }

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

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

 a { background-color: rgb(11,83,137); }

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

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

 span { border-color: rgb(11,83,137); }

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