#205EC6

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

Shades of Denim #205EC6

Tints of Denim #205EC6

Color information

#205EC6 (or 0x205EC6) is unknown color: approx Denim. HEX triplet: 20, 5E and C6. RGB value is (32,94,198). Sum of RGB (Red+Green+Blue) = 32+94+198=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #205EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205EC6 is #DFA139. Grayscale: #565656. Windows color (decimal): -14655802 or 13000224. OLE color: 13000224.

HSL color Cylindrical-coordinate representation of color #205EC6: hue angle of 217.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205EC6 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3294198-
CMYK0.840.5300.22
HSL217.59º72.17%45.1%-
HSV(B)217.59º83.84%77.65%-
XYZ14.7912.3955.04-
YUV87.32190.4688.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.88%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 198 (77.73% from 255) = 61.11%
R=9.88%
G=29.01%
B=61.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32941980.840.5300.22217.5972.1745.1
Hex205EC65435016da482d
Octal401363061246502633211055
Binary1000001011110110001101010100110101010110110110101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,94,198); }

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

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

 a { background-color: rgb(32,94,198); }

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

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

 span { border-color: rgb(32,94,198); }

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