#0E5EBE

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

Shades of Denim #0E5EBE

Tints of Denim #0E5EBE

Color information

#0E5EBE (or 0x0E5EBE) is unknown color: approx Denim. HEX triplet: 0E, 5E and BE. RGB value is (14,94,190). Sum of RGB (Red+Green+Blue) = 14+94+190=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E5EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5EBE is #F1A141. Grayscale: #505050. Windows color (decimal): -15835458 or 12475918. OLE color: 12475918.

HSL color Cylindrical-coordinate representation of color #0E5EBE: hue angle of 212.73º 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 #0E5EBE is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1494190-
CMYK0.930.5100.25
HSL212.73º86.27%40%-
HSV(B)212.73º92.63%74.51%-
XYZ13.4811.8250.29-
YUV81.02189.580.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.70%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 190 (74.61% from 255) = 63.76%
R=4.70%
G=31.54%
B=63.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14941900.930.5100.25212.7386.2740
HexE5EBE5D33019d55628
Octal161362761356303132512650
Binary11101011110101111101011101110011011001110101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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