#1228A5

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

Shades of Egyptian Blue #1228A5

Tints of Egyptian Blue #1228A5

Color information

#1228A5 (or 0x1228A5) is unknown color: approx Egyptian Blue. HEX triplet: 12, 28 and A5. RGB value is (18,40,165). Sum of RGB (Red+Green+Blue) = 18+40+165=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 165 (64.84% from 255 or 73.99% from 223); Max value from RGB is 165 - color contains mainly: blue. Hex color #1228A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1228A5 is #EDD75A. Grayscale: #2F2F2F. Windows color (decimal): -15587163 or 10823698. OLE color: 10823698.

HSL color Cylindrical-coordinate representation of color #1228A5: hue angle of 231.02º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1228A5 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1840165-
CMYK0.890.7600.35
HSL231.02º80.33%35.88%-
HSV(B)231.02º89.09%64.71%-
XYZ7.84.3636.03-
YUV47.67194.21106.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 165 (64.84% from 255) = 73.99%
R=8.07%
G=17.94%
B=73.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18401650.890.7600.35231.0280.3335.88
Hex1228A5594C023e75024
Octal225024513111404334712044
Binary1001010100010100101101100110011000100011111001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1228A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1228A5; }

 p { color: rgb(18,40,165); }

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

<style>
 a { background-color: #1228A5; }

 a { background-color: rgb(18,40,165); }

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

<style>
 span { border-color: #1228A5; }

 span { border-color: rgb(18,40,165); }

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