#202B9F

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

Shades of Egyptian Blue #202B9F

Tints of Egyptian Blue #202B9F

Color information

#202B9F (or 0x202B9F) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2B and 9F. RGB value is (32,43,159). Sum of RGB (Red+Green+Blue) = 32+43+159=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #202B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202B9F is #DFD460. Grayscale: #343434. Windows color (decimal): -14668897 or 10431264. OLE color: 10431264.

HSL color Cylindrical-coordinate representation of color #202B9F: hue angle of 234.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #202B9F is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3243159-
CMYK0.800.7300.38
HSL234.8º66.49%37.45%-
HSV(B)234.8º79.87%62.35%-
XYZ7.724.5433.27-
YUV52.94187.86113.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=13.68%
G=18.38%
B=67.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32431590.800.7300.38234.866.4937.45
Hex202B9F5049026eb4225
Octal405323712011104635310245
Binary10000010101110011111101000010010010100110111010111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202B9F; }

 p { color: rgb(32,43,159); }

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

<style>
 a { background-color: #202B9F; }

 a { background-color: rgb(32,43,159); }

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

<style>
 span { border-color: #202B9F; }

 span { border-color: rgb(32,43,159); }

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