#0E64AE

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

Shades of Denim #0E64AE

Tints of Denim #0E64AE

Color information

#0E64AE (or 0x0E64AE) is unknown color: approx Denim. HEX triplet: 0E, 64 and AE. RGB value is (14,100,174). Sum of RGB (Red+Green+Blue) = 14+100+174=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E64AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E64AE is #F19B51. Grayscale: #525252. Windows color (decimal): -15833938 or 11428878. OLE color: 11428878.

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

Color convert

RGB14100174-
CMYK0.920.4300.32
HSL207.75º85.11%36.86%-
HSV(B)207.75º91.95%68.24%-
XYZ12.3812.2641.76-
YUV82.72179.5178.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=4.86%
G=34.72%
B=60.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141001740.920.4300.32207.7585.1136.86
HexE64AE5C2B020d05525
Octal161442561345304032012545
Binary111011001001010111010111001010110100000110100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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