#201fa8

Color #201FA8 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #201FA8

Tints of Egyptian Blue #201FA8

Color information

#201FA8 (or 0x201FA8) is unknown color: approx Egyptian Blue. HEX triplet: 20, 1F and A8. RGB value is (32,31,168). Sum of RGB (Red+Green+Blue) = 32+31+168=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 168 (66.02% from 255 or 72.73% from 231); Max value from RGB is 168 - color contains mainly: blue. Hex color #201FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FA8 is #DFE057. Grayscale: #2E2E2E. Windows color (decimal): -14671960 or 11018016. OLE color: 11018016.

HSL color Cylindrical-coordinate representation of color #201FA8: hue angle of 240.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201FA8 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3231168-
CMYK0.810.8200.34
HSL240.44º68.84%39.02%-
HSV(B)240.44º81.55%65.88%-
XYZ8.154.1137.41-
YUV46.92196.33117.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 168 (66.02% from 255) = 72.73%
R=13.85%
G=13.42%
B=72.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32311680.810.8200.34240.4468.8439.02
Hex201FA85152022f04527
Octal403725012112204236010547
Binary1000001111110101000101000110100100100010111100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201fa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201fa8; }

 p { color: rgb(32,31,168); }

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

<style>
 a { background-color: #201fa8; }

 a { background-color: rgb(32,31,168); }

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

<style>
 span { border-color: #201fa8; }

 span { border-color: rgb(32,31,168); }

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