Html Css Color HEX #205FAD Denim

📋 copy color: '#205FAD'

red 32 ◦ green 95 ◦ blue 173

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

Shades of Denim #205FAD

Tints of Denim #205FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.67%

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

R = 10.67%
G = 31.67%
B = 57.67%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#205FAD (or 0x205FAD) is known color: Denim. HEX triplet: 20, 5F and AD. RGB value is (32,95,173). Sum of RGB (Red+Green+Blue) = 32+95+173=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #205FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205FAD is #DFA052. Grayscale: #545454. Windows color (decimal): -14655571 or 11362080. OLE color: 11362080.

HSL color Cylindrical-coordinate representation of color #205FAD: hue angle of 213.19º 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 #205FAD is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 95 173 -
CMYK 0.82 0.45 0 0.32
HSL 213.19º 0.69% 0.4% -
HSV(B) 213.19º 0.82% 0.68% -
XYZ 12.23 11.51 41.11 -
YUV 85.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 32 95 173 0.82 0.45 0 0.32 213.19 0.69 0.4
Hex 20 5F AD 52 2D 0 20 D5 45 28
Octal 40 137 255 122 55 0 40 325 105 50
Binary 100000 1011111 10101101 1010010 101101 0 100000 11010101 1000101 101000

Color Harmonies of #205FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FAD

Black with #205FAD

Text Example


Text Example

White with #205FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205FAD; }

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

 H1.HeaderClassName
 {
   color: #205FAD;
 }
 .AnyTagClassName
 {
   color: #205FAD;
 }
</style>

background-color css

<style>
 a { background-color: #205FAD; }

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

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

border-color css

<style>
 span { border-color: #205FAD; }

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

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