#0F6FAE

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

Shades of Cerulean #0F6FAE

Tints of Cerulean #0F6FAE

Color information

#0F6FAE (or 0x0F6FAE) is unknown color: approx Cerulean. HEX triplet: 0F, 6F and AE. RGB value is (15,111,174). Sum of RGB (Red+Green+Blue) = 15+111+174=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F6FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6FAE is #F09051. Grayscale: #595959. Windows color (decimal): -15765586 or 11431695. OLE color: 11431695.

HSL color Cylindrical-coordinate representation of color #0F6FAE: hue angle of 203.77º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6FAE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15111174-
CMYK0.910.3600.32
HSL203.77º84.13%37.06%-
HSV(B)203.77º91.38%68.24%-
XYZ13.5214.5342.14-
YUV89.48175.774.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 174 (68.36% from 255) = 58%
R=5%
G=37%
B=58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151111740.910.3600.32203.7784.1337.06
HexF6FAE5B24020cc5425
Octal171572561334404031412445
Binary111111011111010111010110111001000100000110011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,174); }

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

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

 a { background-color: rgb(15,111,174); }

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

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

 span { border-color: rgb(15,111,174); }

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