#0B6699

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

Shades of Cerulean #0B6699

Tints of Cerulean #0B6699

Color information

#0B6699 (or 0x0B6699) is unknown color: approx Cerulean. HEX triplet: 0B, 66 and 99. RGB value is (11,102,153). Sum of RGB (Red+Green+Blue) = 11+102+153=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B6699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6699 is #F49966. Grayscale: #505050. Windows color (decimal): -16030055 or 10053131. OLE color: 10053131.

HSL color Cylindrical-coordinate representation of color #0B6699: hue angle of 201.55º 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 #0B6699 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11102153-
CMYK0.930.3300.4
HSL201.55º86.59%32.16%-
HSV(B)201.55º92.81%60%-
XYZ10.6411.8731.87-
YUV80.6168.8578.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.14%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=4.14%
G=38.35%
B=57.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111021530.930.3300.4201.5586.5932.16
HexB66995D21028ca5720
Octal131462311354105031212740
Binary101111001101001100110111011000010101000110010101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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