#0201C6

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

Shades of Medium Blue #0201C6

Tints of Medium Blue #0201C6

Color information

#0201C6 (or 0x0201C6) is unknown color: approx Medium Blue. HEX triplet: 02, 01 and C6. RGB value is (2,1,198). Sum of RGB (Red+Green+Blue) = 2+1+198=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 198 (77.73% from 255 or 98.51% from 201); Max value from RGB is 198 - color contains mainly: blue. Hex color #0201C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0201C6 is #FDFE39. Grayscale: #161616. Windows color (decimal): -16645690 or 12976386. OLE color: 12976386.

HSL color Cylindrical-coordinate representation of color #0201C6: hue angle of 240.3º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0201C6 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB21198-
CMYK0.990.9900.22
HSL240.3º98.99%39.02%-
HSV(B)240.3º99.49%77.65%-
XYZ10.234.1153.68-
YUV23.76226.33112.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 198 (77.73% from 255) = 98.51%
R=1.00%
G=0.50%
B=98.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal211980.990.9900.22240.398.9939.02
Hex21C66363016f06327
Octal2130614314302636014347
Binary1011100011011000111100011010110111100001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0201C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0201C6; }

 p { color: rgb(2,1,198); }

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

<style>
 a { background-color: #0201C6; }

 a { background-color: rgb(2,1,198); }

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

<style>
 span { border-color: #0201C6; }

 span { border-color: rgb(2,1,198); }

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