#0F6EBF

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

Shades of Denim #0F6EBF

Tints of Denim #0F6EBF

Color information

#0F6EBF (or 0x0F6EBF) is unknown color: approx Denim. HEX triplet: 0F, 6E and BF. RGB value is (15,110,191). Sum of RGB (Red+Green+Blue) = 15+110+191=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F6EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6EBF is #F09140. Grayscale: #5A5A5A. Windows color (decimal): -15765825 or 12545551. OLE color: 12545551.

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

Color convert

RGB15110191-
CMYK0.920.4200.25
HSL207.61º85.44%40.39%-
HSV(B)207.61º92.15%74.9%-
XYZ15.1815.0251.39-
YUV90.83184.5373.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.75%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 191 (75% from 255) = 60.44%
R=4.75%
G=34.81%
B=60.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151101910.920.4200.25207.6185.4440.39
HexF6EBF5C2A019d05528
Octal171562771345203132012550
Binary11111101110101111111011100101010011001110100001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,110,191); }

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

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

 a { background-color: rgb(15,110,191); }

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

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

 span { border-color: rgb(15,110,191); }

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