#0F6CA7

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

Shades of Cerulean #0F6CA7

Tints of Cerulean #0F6CA7

Color information

#0F6CA7 (or 0x0F6CA7) is unknown color: approx Cerulean. HEX triplet: 0F, 6C and A7. RGB value is (15,108,167). Sum of RGB (Red+Green+Blue) = 15+108+167=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 167 (65.62% from 255 or 57.59% from 290); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F6CA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6CA7 is #F09358. Grayscale: #565656. Windows color (decimal): -15766361 or 10972175. OLE color: 10972175.

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

Color convert

RGB15108167-
CMYK0.910.3500.35
HSL203.29º83.52%35.69%-
HSV(B)203.29º91.02%65.49%-
XYZ12.5313.6238.53-
YUV86.92173.1976.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 167 (65.62% from 255) = 57.59%
R=5.17%
G=37.24%
B=57.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151081670.910.3500.35203.2983.5235.69
HexF6CA75B23023cb5424
Octal171542471334304331312444
Binary111111011001010011110110111000110100011110010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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