#0B5088

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

Shades of Dark Cerulean #0B5088

Tints of Dark Cerulean #0B5088

Color information

#0B5088 (or 0x0B5088) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 50 and 88. RGB value is (11,80,136). Sum of RGB (Red+Green+Blue) = 11+80+136=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #0B5088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5088 is #F4AF77. Grayscale: #414141. Windows color (decimal): -16035704 or 8933387. OLE color: 8933387.

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

Color convert

RGB1180136-
CMYK0.920.4100.47
HSL206.88º85.03%28.82%-
HSV(B)206.88º91.91%53.33%-
XYZ7.457.5924.36-
YUV65.75167.6488.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 136 (53.52% from 255) = 59.91%
R=4.85%
G=35.24%
B=59.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11801360.920.4100.47206.8885.0328.82
HexB50885C2902Fcf551d
Octal131202101345105731712535
Binary10111010000100010001011100101001010111111001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,80,136); }

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

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

 a { background-color: rgb(11,80,136); }

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

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

 span { border-color: rgb(11,80,136); }

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