#0E55AE

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

Shades of Denim #0E55AE

Tints of Denim #0E55AE

Color information

#0E55AE (or 0x0E55AE) is unknown color: approx Denim. HEX triplet: 0E, 55 and AE. RGB value is (14,85,174). Sum of RGB (Red+Green+Blue) = 14+85+174=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E55AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E55AE is #F1AA51. Grayscale: #494949. Windows color (decimal): -15837778 or 11425038. OLE color: 11425038.

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

Color convert

RGB1485174-
CMYK0.920.5100.32
HSL213.38º85.11%36.86%-
HSV(B)213.38º91.95%68.24%-
XYZ11.079.6541.32-
YUV73.92184.4885.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.13%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=5.13%
G=31.14%
B=63.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14851740.920.5100.32213.3885.1136.86
HexE55AE5C33020d55525
Octal161252561346304032512545
Binary111010101011010111010111001100110100000110101011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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