#0F6CAA

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

Shades of Cerulean #0F6CAA

Tints of Cerulean #0F6CAA

Color information

#0F6CAA (or 0x0F6CAA) is unknown color: approx Cerulean. HEX triplet: 0F, 6C and AA. RGB value is (15,108,170). Sum of RGB (Red+Green+Blue) = 15+108+170=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F6CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6CAA is #F09355. Grayscale: #565656. Windows color (decimal): -15766358 or 11168783. OLE color: 11168783.

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

Color convert

RGB15108170-
CMYK0.910.3600.33
HSL204º83.78%36.27%-
HSV(B)204º91.18%66.67%-
XYZ12.8213.7340-
YUV87.26174.6976.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=5.12%
G=36.86%
B=58.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151081700.910.3600.3320483.7836.27
HexF6CAA5B24021cc5424
Octal171542521334404131412444
Binary111111011001010101010110111001000100001110011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,170); }

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

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

 a { background-color: rgb(15,108,170); }

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

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

 span { border-color: rgb(15,108,170); }

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