#065EAE

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

Shades of Denim #065EAE

Tints of Denim #065EAE

Color information

#065EAE (or 0x065EAE) is unknown color: approx Denim. HEX triplet: 06, 5E and AE. RGB value is (6,94,174). Sum of RGB (Red+Green+Blue) = 6+94+174=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #065EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065EAE is #F9A151. Grayscale: #4C4C4C. Windows color (decimal): -16359762 or 11427334. OLE color: 11427334.

HSL color Cylindrical-coordinate representation of color #065EAE: hue angle of 208.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EAE is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB694174-
CMYK0.970.4600.32
HSL208.57º93.33%35.29%-
HSV(B)208.57º96.55%68.24%-
XYZ11.7211.141.57-
YUV76.81182.8577.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.19%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 174 (68.36% from 255) = 63.50%
R=2.19%
G=34.31%
B=63.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6941740.970.4600.32208.5793.3335.29
Hex65EAE612E020d15d23
Octal61362561415604032113543
Binary11010111101010111011000011011100100000110100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065EAE; }

 p { color: rgb(6,94,174); }

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

<style>
 a { background-color: #065EAE; }

 a { background-color: rgb(6,94,174); }

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

<style>
 span { border-color: #065EAE; }

 span { border-color: rgb(6,94,174); }

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