Html Css Color HEX #2066AD Denim

📋 copy color: '#2066AD'

red 32 ◦ green 102 ◦ blue 173

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

Shades of Denim #2066AD

Tints of Denim #2066AD

RGB

 RED value IS 32 (12.89% from 255) = 10.42%

 GREEN value IS 102 (40.23% from 255) = 33.22%

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 10.42%
G = 33.22%
B = 56.35%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2066AD (or 0x2066AD) is known color: Denim. HEX triplet: 20, 66 and AD. RGB value is (32,102,173). Sum of RGB (Red+Green+Blue) = 32+102+173=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #2066AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2066AD is #DF9952. Grayscale: #585858. Windows color (decimal): -14653779 or 11363872. OLE color: 11363872.

HSL color Cylindrical-coordinate representation of color #2066AD: hue angle of 210.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2066AD is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 102 173 -
CMYK 0.82 0.41 0 0.32
HSL 210.21º 0.69% 0.4% -
HSV(B) 210.21º 0.82% 0.68% -
XYZ 12.89 12.83 41.33 -
YUV 89.16 175.31 87.23 -
System Red Green Blue C M Y K H S L
Decimal 32 102 173 0.82 0.41 0 0.32 210.21 0.69 0.4
Hex 20 66 AD 52 29 0 20 D2 45 28
Octal 40 146 255 122 51 0 40 322 105 50
Binary 100000 1100110 10101101 1010010 101001 0 100000 11010010 1000101 101000

Color Harmonies of #2066AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2066AD

Black with #2066AD

Text Example


Text Example

White with #2066AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2066AD; }

 p { color: rgb(32,102,173); }

 H1.HeaderClassName
 {
   color: #2066AD;
 }
 .AnyTagClassName
 {
   color: #2066AD;
 }
</style>

background-color css

<style>
 a { background-color: #2066AD; }

 a { background-color: rgb(32,102,173); }

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

border-color css

<style>
 span { border-color: #2066AD; }

 span { border-color: rgb(32,102,173); }

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