Html Css Color HEX #1224AE Egyptian Blue

📋 copy color: '#1224AE'

red 18 ◦ green 36 ◦ blue 174

#1224AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #1224AE

Tints of Egyptian Blue #1224AE

RGB

 RED value IS 18 (7.42% from 255) = 7.89%

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 174 (68.36% from 255) = 76.32%

R = 7.89%
G = 15.79%
B = 76.32%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1224AE (or 0x1224AE) is known color: Egyptian Blue. HEX triplet: 12, 24 and AE. RGB value is (18,36,174). Sum of RGB (Red+Green+Blue) = 18+36+174=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #1224AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1224AE is #EDDB51. Grayscale: #2D2D2D. Windows color (decimal): -15588178 or 11412498. OLE color: 11412498.

HSL color Cylindrical-coordinate representation of color #1224AE: hue angle of 233.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1224AE is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 36 174 -
CMYK 0.90 0.79 0 0.32
HSL 233.08º 0.81% 0.38% -
HSV(B) 233.08º 0.9% 0.68% -
XYZ 8.52 4.45 40.45 -
YUV 46.35 200.04 107.78 -
System Red Green Blue C M Y K H S L
Decimal 18 36 174 0.90 0.79 0 0.32 233.08 0.81 0.38
Hex 12 24 AE 5A 4F 0 20 E9 51 26
Octal 22 44 256 132 117 0 40 351 121 46
Binary 10010 100100 10101110 1011010 1001111 0 100000 11101001 1010001 100110

Color Harmonies of #1224AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224AE

Black with #1224AE

Text Example


Text Example

White with #1224AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1224AE;
 }
 .AnyTagClassName
 {
   color: #1224AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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