#1226AF

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

Shades of Egyptian Blue #1226AF

Tints of Egyptian Blue #1226AF

Color information

#1226AF (or 0x1226AF) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and AF. RGB value is (18,38,175). Sum of RGB (Red+Green+Blue) = 18+38+175=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #1226AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1226AF is #EDD950. Grayscale: #2F2F2F. Windows color (decimal): -15587665 or 11478546. OLE color: 11478546.

HSL color Cylindrical-coordinate representation of color #1226AF: hue angle of 232.36º degrees, saturation: 0.81, 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 #1226AF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1838175-
CMYK0.900.7800.31
HSL232.36º81.35%37.84%-
HSV(B)232.36º89.71%68.63%-
XYZ8.684.6140.99-
YUV47.64199.87106.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 175 (68.75% from 255) = 75.76%
R=7.79%
G=16.45%
B=75.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18381750.900.7800.31232.3681.3537.84
Hex1226AF5A4E01Fe85126
Octal224625713211603735012146
Binary100101001101010111110110101001110011111111010001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1226AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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