#0F6FB9

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

Shades of Denim #0F6FB9

Tints of Denim #0F6FB9

Color information

#0F6FB9 (or 0x0F6FB9) is unknown color: approx Denim. HEX triplet: 0F, 6F and B9. RGB value is (15,111,185). Sum of RGB (Red+Green+Blue) = 15+111+185=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F6FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FB9 is #F09046. Grayscale: #5A5A5A. Windows color (decimal): -15765575 or 12152591. OLE color: 12152591.

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

Color convert

RGB15111185-
CMYK0.920.400.27
HSL206.12º85%39.22%-
HSV(B)206.12º91.89%72.55%-
XYZ14.6414.9748.02-
YUV90.73181.273.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 185 (72.66% from 255) = 59.49%
R=4.82%
G=35.69%
B=59.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151111850.920.400.27206.128539.22
HexF6FB95C2801Bce5527
Octal171572711345003331612547
Binary11111101111101110011011100101000011011110011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,185); }

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

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

 a { background-color: rgb(15,111,185); }

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

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

 span { border-color: rgb(15,111,185); }

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