#205BBA

Color #205BBA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #205BBA

Tints of Denim #205BBA

Color information

#205BBA (or 0x205BBA) is unknown color: approx Denim. HEX triplet: 20, 5B and BA. RGB value is (32,91,186). Sum of RGB (Red+Green+Blue) = 32+91+186=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #205BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BBA is #DFA445. Grayscale: #535353. Windows color (decimal): -14656582 or 12213024. OLE color: 12213024.

HSL color Cylindrical-coordinate representation of color #205BBA: hue angle of 217.01º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205BBA is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3291186-
CMYK0.830.5100.27
HSL217.01º70.64%42.75%-
HSV(B)217.01º82.8%72.94%-
XYZ13.211.3347.95-
YUV84.19185.4590.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=10.36%
G=29.45%
B=60.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32911860.830.5100.27217.0170.6442.75
Hex205BBA533301Bd9472b
Octal401332721236303333110753
Binary1000001011011101110101010011110011011011110110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #205BBA;
 }
 .AnyTagClassName
 {
   color: #205BBA;
 }
</style>
background-color css

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

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

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

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

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

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