#0E59BE

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

Shades of Denim #0E59BE

Tints of Denim #0E59BE

Color information

#0E59BE (or 0x0E59BE) is unknown color: approx Denim. HEX triplet: 0E, 59 and BE. RGB value is (14,89,190). Sum of RGB (Red+Green+Blue) = 14+89+190=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E59BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E59BE is #F1A641. Grayscale: #4D4D4D. Windows color (decimal): -15836738 or 12474638. OLE color: 12474638.

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

Color convert

RGB1489190-
CMYK0.930.5300.25
HSL214.43º86.27%40%-
HSV(B)214.43º92.63%74.51%-
XYZ13.0510.9650.14-
YUV78.09191.1582.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=4.78%
G=30.38%
B=64.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14891900.930.5300.25214.4386.2740
HexE59BE5D35019d65628
Octal161312761356503132612650
Binary11101011001101111101011101110101011001110101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,89,190); }

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

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

 a { background-color: rgb(14,89,190); }

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

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

 span { border-color: rgb(14,89,190); }

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