#0F60BF

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

Shades of Denim #0F60BF

Tints of Denim #0F60BF

Color information

#0F60BF (or 0x0F60BF) is unknown color: approx Denim. HEX triplet: 0F, 60 and BF. RGB value is (15,96,191). Sum of RGB (Red+Green+Blue) = 15+96+191=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F60BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F60BF is #F09F40. Grayscale: #525252. Windows color (decimal): -15769409 or 12541967. OLE color: 12541967.

HSL color Cylindrical-coordinate representation of color #0F60BF: hue angle of 212.39º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F60BF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1596191-
CMYK0.920.5000.25
HSL212.39º85.44%40.39%-
HSV(B)212.39º92.15%74.9%-
XYZ13.7812.2350.92-
YUV82.61189.1679.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.97%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 191 (75% from 255) = 63.25%
R=4.97%
G=31.79%
B=63.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15961910.920.5000.25212.3985.4440.39
HexF60BF5C32019d45528
Octal171402771346203132412550
Binary11111100000101111111011100110010011001110101001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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