Html Css Color HEX #065EAE Denim

📋 copy color: '#065EAE'

red 6 ◦ green 94 ◦ blue 174

#065EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #065EAE

Tints of Denim #065EAE

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.5%

R = 2.19%
G = 34.31%
B = 63.5%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#065EAE (or 0x065EAE) is known color: 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

RGB 6 94 174 -
CMYK 0.97 0.46 0 0.32
HSL 208.57º 0.93% 0.35% -
HSV(B) 208.57º 0.97% 0.68% -
XYZ 11.72 11.1 41.57 -
YUV 76.81 182.85 77.5 -
System Red Green Blue C M Y K H S L
Decimal 6 94 174 0.97 0.46 0 0.32 208.57 0.93 0.35
Hex 6 5E AE 61 2E 0 20 D1 5D 23
Octal 6 136 256 141 56 0 40 321 135 43
Binary 110 1011110 10101110 1100001 101110 0 100000 11010001 1011101 100011

Color Harmonies of #065EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EAE

Black with #065EAE

Text Example


Text Example

White with #065EAE

Text Example


Text Example

HTML Codes & Css Web 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>