#0E5AC0

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

Shades of Denim #0E5AC0

Tints of Denim #0E5AC0

Color information

#0E5AC0 (or 0x0E5AC0) is unknown color: approx Denim. HEX triplet: 0E, 5A and C0. RGB value is (14,90,192). Sum of RGB (Red+Green+Blue) = 14+90+192=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 192 (75.39% from 255 or 64.86% from 296); Max value from RGB is 192 - color contains mainly: blue. Hex color #0E5AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5AC0 is #F1A53F. Grayscale: #4E4E4E. Windows color (decimal): -15836480 or 12605966. OLE color: 12605966.

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

Color convert

RGB1490192-
CMYK0.930.5300.25
HSL214.38º86.41%40.39%-
HSV(B)214.38º92.71%75.29%-
XYZ13.3511.2151.33-
YUV78.9191.8281.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 192 (75.39% from 255) = 64.86%
R=4.73%
G=30.41%
B=64.86%

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
Decimal14901920.930.5300.25214.3886.4140.39
HexE5AC05D35019d65628
Octal161323001356503132612650
Binary11101011010110000001011101110101011001110101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,90,192); }

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

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

 a { background-color: rgb(14,90,192); }

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

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

 span { border-color: rgb(14,90,192); }

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