Html Css Color HEX #205BAD Denim

📋 copy color: '#205BAD'

red 32 ◦ green 91 ◦ blue 173

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

Shades of Denim #205BAD

Tints of Denim #205BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

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

R = 10.81%
G = 30.74%
B = 58.45%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#205BAD (or 0x205BAD) is known color: Denim. HEX triplet: 20, 5B and AD. RGB value is (32,91,173). Sum of RGB (Red+Green+Blue) = 32+91+173=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #205BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205BAD is #DFA452. Grayscale: #525252. Windows color (decimal): -14656595 or 11361056. OLE color: 11361056.

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

Color convert

RGB 32 91 173 -
CMYK 0.82 0.47 0 0.32
HSL 214.89º 0.69% 0.4% -
HSV(B) 214.89º 0.82% 0.68% -
XYZ 11.88 10.81 40.99 -
YUV 82.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 32 91 173 0.82 0.47 0 0.32 214.89 0.69 0.4
Hex 20 5B AD 52 2F 0 20 D7 45 28
Octal 40 133 255 122 57 0 40 327 105 50
Binary 100000 1011011 10101101 1010010 101111 0 100000 11010111 1000101 101000

Color Harmonies of #205BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BAD

Black with #205BAD

Text Example


Text Example

White with #205BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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