#1220B1

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

Shades of Egyptian Blue #1220B1

Tints of Egyptian Blue #1220B1

Color information

#1220B1 (or 0x1220B1) is unknown color: approx Egyptian Blue. HEX triplet: 12, 20 and B1. RGB value is (18,32,177). Sum of RGB (Red+Green+Blue) = 18+32+177=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 177 (69.53% from 255 or 77.97% from 227); Max value from RGB is 177 - color contains mainly: blue. Hex color #1220B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1220B1 is #EDDF4E. Grayscale: #2B2B2B. Windows color (decimal): -15589199 or 11608082. OLE color: 11608082.

HSL color Cylindrical-coordinate representation of color #1220B1: hue angle of 234.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1220B1 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1832177-
CMYK0.900.8200.31
HSL234.72º81.54%38.24%-
HSV(B)234.72º89.83%69.41%-
XYZ8.74.3441.97-
YUV44.34202.86109.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 177 (69.53% from 255) = 77.97%
R=7.93%
G=14.10%
B=77.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18321770.900.8200.31234.7281.5438.24
Hex1220B15A5201Feb5226
Octal224026113212203735312246
Binary100101000001011000110110101010010011111111010111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1220B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1220B1; }

 p { color: rgb(18,32,177); }

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

<style>
 a { background-color: #1220B1; }

 a { background-color: rgb(18,32,177); }

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

<style>
 span { border-color: #1220B1; }

 span { border-color: rgb(18,32,177); }

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