#0F5ECE

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

Shades of Denim #0F5ECE

Tints of Denim #0F5ECE

Color information

#0F5ECE (or 0x0F5ECE) is unknown color: approx Denim. HEX triplet: 0F, 5E and CE. RGB value is (15,94,206). Sum of RGB (Red+Green+Blue) = 15+94+206=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F5ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ECE is #F0A131. Grayscale: #525252. Windows color (decimal): -15769906 or 13524495. OLE color: 13524495.

HSL color Cylindrical-coordinate representation of color #0F5ECE: hue angle of 215.18º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5ECE is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1594206-
CMYK0.930.5400.19
HSL215.18º86.43%43.33%-
HSV(B)215.18º92.72%80.78%-
XYZ15.3412.5660.01-
YUV83.15197.3379.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.76%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 206 (80.86% from 255) = 65.40%
R=4.76%
G=29.84%
B=65.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15942060.930.5400.19215.1886.4343.33
HexF5ECE5D36013d7562b
Octal171363161356602332712653
Binary11111011110110011101011101110110010011110101111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,94,206); }

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

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

 a { background-color: rgb(15,94,206); }

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

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

 span { border-color: rgb(15,94,206); }

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