#0F6DAE

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

Shades of Denim #0F6DAE

Tints of Denim #0F6DAE

Color information

#0F6DAE (or 0x0F6DAE) is unknown color: approx Denim. HEX triplet: 0F, 6D and AE. RGB value is (15,109,174). Sum of RGB (Red+Green+Blue) = 15+109+174=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F6DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6DAE is #F09251. Grayscale: #575757. Windows color (decimal): -15766098 or 11431183. OLE color: 11431183.

HSL color Cylindrical-coordinate representation of color #0F6DAE: hue angle of 204.53º 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 #0F6DAE is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15109174-
CMYK0.910.3700.32
HSL204.53º84.13%37.06%-
HSV(B)204.53º91.38%68.24%-
XYZ13.3114.0942.06-
YUV88.3176.3675.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.03%
GREEN value IS 109 (42.97% from 255) = 36.58%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=5.03%
G=36.58%
B=58.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151091740.910.3700.32204.5384.1337.06
HexF6DAE5B25020cd5425
Octal171552561334504031512445
Binary111111011011010111010110111001010100000110011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,109,174); }

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

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

 a { background-color: rgb(15,109,174); }

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

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

 span { border-color: rgb(15,109,174); }

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