#0B6C99

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

Shades of Cerulean #0B6C99

Tints of Cerulean #0B6C99

Color information

#0B6C99 (or 0x0B6C99) is unknown color: approx Cerulean. HEX triplet: 0B, 6C and 99. RGB value is (11,108,153). Sum of RGB (Red+Green+Blue) = 11+108+153=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B6C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6C99 is #F49366. Grayscale: #535353. Windows color (decimal): -16028519 or 10054667. OLE color: 10054667.

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

Color convert

RGB11108153-
CMYK0.930.2900.4
HSL199.01º86.59%32.16%-
HSV(B)199.01º92.81%60%-
XYZ11.2513.132.07-
YUV84.13166.8675.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.04%
GREEN value IS 108 (42.58% from 255) = 39.71%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=4.04%
G=39.71%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111081530.930.2900.4199.0186.5932.16
HexB6C995D1D028c75720
Octal131542311353505030712740
Binary10111101100100110011011101111010101000110001111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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