#0E65AE

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

Shades of Denim #0E65AE

Tints of Denim #0E65AE

Color information

#0E65AE (or 0x0E65AE) is unknown color: approx Denim. HEX triplet: 0E, 65 and AE. RGB value is (14,101,174). Sum of RGB (Red+Green+Blue) = 14+101+174=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E65AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E65AE is #F19A51. Grayscale: #525252. Windows color (decimal): -15833682 or 11429134. OLE color: 11429134.

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

Color convert

RGB14101174-
CMYK0.920.4200.32
HSL207.38º85.11%36.86%-
HSV(B)207.38º91.95%68.24%-
XYZ12.4712.4641.79-
YUV83.31179.1878.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=4.84%
G=34.95%
B=60.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141011740.920.4200.32207.3885.1136.86
HexE65AE5C2A020cf5525
Octal161452561345204031712545
Binary111011001011010111010111001010100100000110011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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