#1224AF

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

Shades of Egyptian Blue #1224AF

Tints of Egyptian Blue #1224AF

Color information

#1224AF (or 0x1224AF) is unknown color: approx Egyptian Blue. HEX triplet: 12, 24 and AF. RGB value is (18,36,175). Sum of RGB (Red+Green+Blue) = 18+36+175=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #1224AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1224AF is #EDDB50. Grayscale: #2D2D2D. Windows color (decimal): -15588177 or 11478034. OLE color: 11478034.

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

Color convert

RGB1836175-
CMYK0.900.7900.31
HSL233.12º81.35%37.84%-
HSV(B)233.12º89.71%68.63%-
XYZ8.624.4940.97-
YUV46.46200.54107.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 175 (68.75% from 255) = 76.42%
R=7.86%
G=15.72%
B=76.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18361750.900.7900.31233.1281.3537.84
Hex1224AF5A4F01Fe95126
Octal224425713211703735112146
Binary100101001001010111110110101001111011111111010011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1224AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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