#0F6CAC

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

Shades of Denim #0F6CAC

Tints of Denim #0F6CAC

Color information

#0F6CAC (or 0x0F6CAC) is unknown color: approx Denim. HEX triplet: 0F, 6C and AC. RGB value is (15,108,172). Sum of RGB (Red+Green+Blue) = 15+108+172=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F6CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6CAC is #F09353. Grayscale: #575757. Windows color (decimal): -15766356 or 11299855. OLE color: 11299855.

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

Color convert

RGB15108172-
CMYK0.910.3700.33
HSL204.46º83.96%36.67%-
HSV(B)204.46º91.28%67.45%-
XYZ13.0113.8141.01-
YUV87.49175.6976.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=5.08%
G=36.61%
B=58.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151081720.910.3700.33204.4683.9636.67
HexF6CAC5B25021cc5425
Octal171542541334504131412445
Binary111111011001010110010110111001010100001110011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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