Html Css Color HEX #205AB0 Denim

📋 copy color: '#205AB0'

red 32 ◦ green 90 ◦ blue 176

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

Shades of Denim #205AB0

Tints of Denim #205AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 176 (69.14% from 255) = 59.06%

R = 10.74%
G = 30.2%
B = 59.06%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#205AB0 (or 0x205AB0) is known color: Denim. HEX triplet: 20, 5A and B0. RGB value is (32,90,176). Sum of RGB (Red+Green+Blue) = 32+90+176=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 176 (69.14% from 255 or 59.06% from 298); Max value from RGB is 176 - color contains mainly: blue. Hex color #205AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205AB0 is #DFA54F. Grayscale: #525252. Windows color (decimal): -14656848 or 11557408. OLE color: 11557408.

HSL color Cylindrical-coordinate representation of color #205AB0: hue angle of 215.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #205AB0 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 90 176 -
CMYK 0.82 0.49 0 0.31
HSL 215.83º 0.69% 0.41% -
HSV(B) 215.83º 0.82% 0.69% -
XYZ 12.09 10.75 42.51 -
YUV 82.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 32 90 176 0.82 0.49 0 0.31 215.83 0.69 0.41
Hex 20 5A B0 52 31 0 1F D8 45 29
Octal 40 132 260 122 61 0 37 330 105 51
Binary 100000 1011010 10110000 1010010 110001 0 11111 11011000 1000101 101001

Color Harmonies of #205AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AB0

Black with #205AB0

Text Example


Text Example

White with #205AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,90,176); }

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

background-color css

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

 a { background-color: rgb(32,90,176); }

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

border-color css

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

 span { border-color: rgb(32,90,176); }

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