#1225AB

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

Shades of Egyptian Blue #1225AB

Tints of Egyptian Blue #1225AB

Color information

#1225AB (or 0x1225AB) is unknown color: approx Egyptian Blue. HEX triplet: 12, 25 and AB. RGB value is (18,37,171). Sum of RGB (Red+Green+Blue) = 18+37+171=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #1225AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1225AB is #EDDA54. Grayscale: #2E2E2E. Windows color (decimal): -15587925 or 11216146. OLE color: 11216146.

HSL color Cylindrical-coordinate representation of color #1225AB: hue angle of 232.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1225AB is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1837171-
CMYK0.890.7800.33
HSL232.55º80.95%37.06%-
HSV(B)232.55º89.47%67.06%-
XYZ8.264.3938.94-
YUV46.6198.21107.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 171 (67.19% from 255) = 75.66%
R=7.96%
G=16.37%
B=75.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18371710.890.7800.33232.5580.9537.06
Hex1225AB594E021e95125
Octal224525313111604135112145
Binary1001010010110101011101100110011100100001111010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1225AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1225AB; }

 p { color: rgb(18,37,171); }

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

<style>
 a { background-color: #1225AB; }

 a { background-color: rgb(18,37,171); }

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

<style>
 span { border-color: #1225AB; }

 span { border-color: rgb(18,37,171); }

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