Html Css Color HEX #065DAC Denim

📋 copy color: '#065DAC'

red 6 ◦ green 93 ◦ blue 172

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

Shades of Denim #065DAC

Tints of Denim #065DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.32%

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

R = 2.21%
G = 34.32%
B = 63.47%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#065DAC (or 0x065DAC) is known color: Denim. HEX triplet: 06, 5D and AC. RGB value is (6,93,172). Sum of RGB (Red+Green+Blue) = 6+93+172=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #065DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DAC is #F9A253. Grayscale: #4B4B4B. Windows color (decimal): -16360020 or 11296006. OLE color: 11296006.

HSL color Cylindrical-coordinate representation of color #065DAC: hue angle of 208.55º 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 #065DAC is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 93 172 -
CMYK 0.97 0.46 0 0.33
HSL 208.55º 0.93% 0.35% -
HSV(B) 208.55º 0.97% 0.67% -
XYZ 11.44 10.85 40.52 -
YUV 75.99 182.18 78.08 -
System Red Green Blue C M Y K H S L
Decimal 6 93 172 0.97 0.46 0 0.33 208.55 0.93 0.35
Hex 6 5D AC 61 2E 0 21 D1 5D 23
Octal 6 135 254 141 56 0 41 321 135 43
Binary 110 1011101 10101100 1100001 101110 0 100001 11010001 1011101 100011

Color Harmonies of #065DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DAC

Black with #065DAC

Text Example


Text Example

White with #065DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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