#1226A5

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

Shades of Egyptian Blue #1226A5

Tints of Egyptian Blue #1226A5

Color information

#1226A5 (or 0x1226A5) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and A5. RGB value is (18,38,165). Sum of RGB (Red+Green+Blue) = 18+38+165=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 165 (64.84% from 255 or 74.66% from 221); Max value from RGB is 165 - color contains mainly: blue. Hex color #1226A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1226A5 is #EDD95A. Grayscale: #2D2D2D. Windows color (decimal): -15587675 or 10823186. OLE color: 10823186.

HSL color Cylindrical-coordinate representation of color #1226A5: hue angle of 231.84º 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 #1226A5 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1838165-
CMYK0.890.7700.35
HSL231.84º80.33%35.88%-
HSV(B)231.84º89.09%64.71%-
XYZ7.734.2336.01-
YUV46.5194.87107.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 165 (64.84% from 255) = 74.66%
R=8.14%
G=17.19%
B=74.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18381650.890.7700.35231.8480.3335.88
Hex1226A5594D023e85024
Octal224624513111504335012044
Binary1001010011010100101101100110011010100011111010001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1226A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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