#200ac1

Color #200AC1 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #200AC1

Tints of Medium Blue #200AC1

Color information

#200AC1 (or 0x200AC1) is unknown color: approx Medium Blue. HEX triplet: 20, 0A and C1. RGB value is (32,10,193). Sum of RGB (Red+Green+Blue) = 32+10+193=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #200AC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200AC1 is #DFF53E. Grayscale: #242424. Windows color (decimal): -14677311 or 12651040. OLE color: 12651040.

HSL color Cylindrical-coordinate representation of color #200AC1: hue angle of 247.21º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200AC1 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3210193-
CMYK0.830.9500.24
HSL247.21º90.15%39.8%-
HSV(B)247.21º94.82%75.69%-
XYZ10.334.3750.75-
YUV37.44215.79124.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 193 (75.78% from 255) = 82.13%
R=13.62%
G=4.26%
B=82.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32101930.830.9500.24247.2190.1539.8
Hex20AC1535F018f75a28
Octal401230112313703036713250
Binary10000010101100000110100111011111011000111101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200ac1; }

 p { color: rgb(32,10,193); }

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

<style>
 a { background-color: #200ac1; }

 a { background-color: rgb(32,10,193); }

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

<style>
 span { border-color: #200ac1; }

 span { border-color: rgb(32,10,193); }

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