#0E57AE

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

Shades of Denim #0E57AE

Tints of Denim #0E57AE

Color information

#0E57AE (or 0x0E57AE) is unknown color: approx Denim. HEX triplet: 0E, 57 and AE. RGB value is (14,87,174). Sum of RGB (Red+Green+Blue) = 14+87+174=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E57AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E57AE is #F1A851. Grayscale: #4A4A4A. Windows color (decimal): -15837266 or 11425550. OLE color: 11425550.

HSL color Cylindrical-coordinate representation of color #0E57AE: hue angle of 212.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E57AE is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1487174-
CMYK0.920.500.32
HSL212.62º85.11%36.86%-
HSV(B)212.62º91.95%68.24%-
XYZ11.239.9741.38-
YUV75.09183.8284.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=5.09%
G=31.64%
B=63.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14871740.920.500.32212.6285.1136.86
HexE57AE5C32020d55525
Octal161272561346204032512545
Binary111010101111010111010111001100100100000110101011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,87,174); }

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

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

 a { background-color: rgb(14,87,174); }

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

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

 span { border-color: rgb(14,87,174); }

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