#1227B4

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

Shades of Egyptian Blue #1227B4

Tints of Egyptian Blue #1227B4

Color information

#1227B4 (or 0x1227B4) is unknown color: approx Egyptian Blue. HEX triplet: 12, 27 and B4. RGB value is (18,39,180). Sum of RGB (Red+Green+Blue) = 18+39+180=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 180 (70.70% from 255 or 75.95% from 237); Max value from RGB is 180 - color contains mainly: blue. Hex color #1227B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1227B4 is #EDD84B. Grayscale: #303030. Windows color (decimal): -15587404 or 11806482. OLE color: 11806482.

HSL color Cylindrical-coordinate representation of color #1227B4: hue angle of 232.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1227B4 is Cyan = 0.9, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1839180-
CMYK0.90.7800.29
HSL232.22º81.82%38.82%-
HSV(B)232.22º90%70.59%-
XYZ9.214.8743.64-
YUV48.8202.04106.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 180 (70.70% from 255) = 75.95%
R=7.59%
G=16.46%
B=75.95%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18391800.90.7800.29232.2281.8238.82
Hex1227B45A4E01De85227
Octal224726413211603535012247
Binary100101001111011010010110101001110011101111010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1227B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1227B4; }

 p { color: rgb(18,39,180); }

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

<style>
 a { background-color: #1227B4; }

 a { background-color: rgb(18,39,180); }

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

<style>
 span { border-color: #1227B4; }

 span { border-color: rgb(18,39,180); }

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