#205CBA

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

Shades of Denim #205CBA

Tints of Denim #205CBA

Color information

#205CBA (or 0x205CBA) is unknown color: approx Denim. HEX triplet: 20, 5C and BA. RGB value is (32,92,186). Sum of RGB (Red+Green+Blue) = 32+92+186=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #205CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CBA is #DFA345. Grayscale: #545454. Windows color (decimal): -14656326 or 12213280. OLE color: 12213280.

HSL color Cylindrical-coordinate representation of color #205CBA: hue angle of 216.62º 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 #205CBA is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3292186-
CMYK0.830.5100.27
HSL216.62º70.64%42.75%-
HSV(B)216.62º82.8%72.94%-
XYZ13.2911.5147.98-
YUV84.78185.1290.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 186 (73.05% from 255) = 60%
R=10.32%
G=29.68%
B=60%

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
Decimal32921860.830.5100.27216.6270.6442.75
Hex205CBA533301Bd9472b
Octal401342721236303333110753
Binary1000001011100101110101010011110011011011110110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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