Html Css Color HEX #065EAC Denim

📋 copy color: '#065EAC'

red 6 ◦ green 94 ◦ blue 172

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

Shades of Denim #065EAC

Tints of Denim #065EAC

RGB

 RED value IS 6 (2.73% from 255) = 2.21%

 GREEN value IS 94 (37.11% from 255) = 34.56%

 BLUE value IS 172 (67.58% from 255) = 63.24%

R = 2.21%
G = 34.56%
B = 63.24%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#065EAC (or 0x065EAC) is known color: Denim. HEX triplet: 06, 5E and AC. RGB value is (6,94,172). Sum of RGB (Red+Green+Blue) = 6+94+172=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #065EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065EAC is #F9A153. Grayscale: #4C4C4C. Windows color (decimal): -16359764 or 11296262. OLE color: 11296262.

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

Color convert

RGB 6 94 172 -
CMYK 0.97 0.45 0 0.33
HSL 208.19º 0.93% 0.35% -
HSV(B) 208.19º 0.97% 0.67% -
XYZ 11.52 11.02 40.55 -
YUV 76.58 181.85 77.66 -
System Red Green Blue C M Y K H S L
Decimal 6 94 172 0.97 0.45 0 0.33 208.19 0.93 0.35
Hex 6 5E AC 61 2D 0 21 D0 5D 23
Octal 6 136 254 141 55 0 41 320 135 43
Binary 110 1011110 10101100 1100001 101101 0 100001 11010000 1011101 100011

Color Harmonies of #065EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EAC

Black with #065EAC

Text Example


Text Example

White with #065EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #065EAC;
 }
 .AnyTagClassName
 {
   color: #065EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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