#0F6B99

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

Shades of Cerulean #0F6B99

Tints of Cerulean #0F6B99

Color information

#0F6B99 (or 0x0F6B99) is unknown color: approx Cerulean. HEX triplet: 0F, 6B and 99. RGB value is (15,107,153). Sum of RGB (Red+Green+Blue) = 15+107+153=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F6B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6B99 is #F09466. Grayscale: #545454. Windows color (decimal): -15766631 or 10054415. OLE color: 10054415.

HSL color Cylindrical-coordinate representation of color #0F6B99: hue angle of 200º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6B99 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15107153-
CMYK0.900.3000.4
HSL200º82.14%32.94%-
HSV(B)200º90.2%60%-
XYZ11.212.9232.04-
YUV84.74166.5278.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.45%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=5.45%
G=38.91%
B=55.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151071530.900.3000.420082.1432.94
HexF6B995A1E028c85221
Octal171532311323605031012241
Binary11111101011100110011011010111100101000110010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,107,153); }

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

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

 a { background-color: rgb(15,107,153); }

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

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

 span { border-color: rgb(15,107,153); }

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