#0B6499

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

Shades of Cerulean #0B6499

Tints of Cerulean #0B6499

Color information

#0B6499 (or 0x0B6499) is unknown color: approx Cerulean. HEX triplet: 0B, 64 and 99. RGB value is (11,100,153). Sum of RGB (Red+Green+Blue) = 11+100+153=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B6499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6499 is #F49B66. Grayscale: #4F4F4F. Windows color (decimal): -16030567 or 10052619. OLE color: 10052619.

HSL color Cylindrical-coordinate representation of color #0B6499: hue angle of 202.39º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6499 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11100153-
CMYK0.930.3500.4
HSL202.39º86.59%32.16%-
HSV(B)202.39º92.81%60%-
XYZ10.4411.4931.8-
YUV79.43169.5179.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.17%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=4.17%
G=37.88%
B=57.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111001530.930.3500.4202.3986.5932.16
HexB64995D23028ca5720
Octal131442311354305031212740
Binary101111001001001100110111011000110101000110010101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,153); }

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

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

 a { background-color: rgb(11,100,153); }

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

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

 span { border-color: rgb(11,100,153); }

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