#1226A3

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

Shades of Egyptian Blue #1226A3

Tints of Egyptian Blue #1226A3

Color information

#1226A3 (or 0x1226A3) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and A3. RGB value is (18,38,163). Sum of RGB (Red+Green+Blue) = 18+38+163=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 163 (64.06% from 255 or 74.43% from 219); Max value from RGB is 163 - color contains mainly: blue. Hex color #1226A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1226A3 is #EDD95C. Grayscale: #2D2D2D. Windows color (decimal): -15587677 or 10692114. OLE color: 10692114.

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

Color convert

RGB1838163-
CMYK0.890.7700.36
HSL231.72º80.11%35.49%-
HSV(B)231.72º88.96%63.92%-
XYZ7.554.1635.06-
YUV46.27193.87107.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 163 (64.06% from 255) = 74.43%
R=8.22%
G=17.35%
B=74.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18381630.890.7700.36231.7280.1135.49
Hex1226A3594D024e85023
Octal224624313111504435012043
Binary1001010011010100011101100110011010100100111010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1226A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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