#0F68AD

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

Shades of Denim #0F68AD

Tints of Denim #0F68AD

Color information

#0F68AD (or 0x0F68AD) is unknown color: approx Denim. HEX triplet: 0F, 68 and AD. RGB value is (15,104,173). Sum of RGB (Red+Green+Blue) = 15+104+173=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F68AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F68AD is #F09752. Grayscale: #545454. Windows color (decimal): -15767379 or 11364367. OLE color: 11364367.

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

Color convert

RGB15104173-
CMYK0.910.4000.32
HSL206.2º84.04%36.86%-
HSV(B)206.2º91.33%67.84%-
XYZ12.6913.0241.38-
YUV85.26177.5177.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=5.14%
G=35.62%
B=59.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151041730.910.4000.32206.284.0436.86
HexF68AD5B28020ce5425
Octal171502551335004031612445
Binary111111010001010110110110111010000100000110011101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F68AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,173); }

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

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

 a { background-color: rgb(15,104,173); }

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

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

 span { border-color: rgb(15,104,173); }

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