#0F60C9

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

Shades of Denim #0F60C9

Tints of Denim #0F60C9

Color information

#0F60C9 (or 0x0F60C9) is unknown color: approx Denim. HEX triplet: 0F, 60 and C9. RGB value is (15,96,201). Sum of RGB (Red+Green+Blue) = 15+96+201=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #0F60C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F60C9 is #F09F36. Grayscale: #535353. Windows color (decimal): -15769399 or 13197327. OLE color: 13197327.

HSL color Cylindrical-coordinate representation of color #0F60C9: hue angle of 213.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F60C9 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1596201-
CMYK0.930.5200.21
HSL213.87º86.11%42.35%-
HSV(B)213.87º92.54%78.82%-
XYZ14.9212.6856.92-
YUV83.75194.1678.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.81%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 201 (78.91% from 255) = 64.42%
R=4.81%
G=30.77%
B=64.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15962010.930.5200.21213.8786.1142.35
HexF60C95D34015d6562a
Octal171403111356402532612652
Binary11111100000110010011011101110100010101110101101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F60C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,201); }

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

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

 a { background-color: rgb(15,96,201); }

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

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

 span { border-color: rgb(15,96,201); }

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