#0C60BF

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

Shades of Denim #0C60BF

Tints of Denim #0C60BF

Color information

#0C60BF (or 0x0C60BF) is unknown color: approx Denim. HEX triplet: 0C, 60 and BF. RGB value is (12,96,191). Sum of RGB (Red+Green+Blue) = 12+96+191=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C60BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C60BF is #F39F40. Grayscale: #515151. Windows color (decimal): -15966017 or 12541964. OLE color: 12541964.

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

Color convert

RGB1296191-
CMYK0.940.5000.25
HSL211.84º88.18%39.8%-
HSV(B)211.84º93.72%74.9%-
XYZ13.7412.2150.92-
YUV81.71189.6778.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 191 (75% from 255) = 63.88%
R=4.01%
G=32.11%
B=63.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12961910.940.5000.25211.8488.1839.8
HexC60BF5E32019d45828
Octal141402771366203132413050
Binary11001100000101111111011110110010011001110101001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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