Html Css Color HEX #1224AF Egyptian Blue

📋 copy color: '#1224AF'

red 18 ◦ green 36 ◦ blue 175

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

Shades of Egyptian Blue #1224AF

Tints of Egyptian Blue #1224AF

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 value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1224AF (or 0x1224AF) is known color: 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

RGB 18 36 175 -
CMYK 0.90 0.79 0 0.31
HSL 233.12º 0.81% 0.38% -
HSV(B) 233.12º 0.9% 0.69% -
XYZ 8.62 4.49 40.97 -
YUV 46.46 200.54 107.7 -
System Red Green Blue C M Y K H S L
Decimal 18 36 175 0.90 0.79 0 0.31 233.12 0.81 0.38
Hex 12 24 AF 5A 4F 0 1F E9 51 26
Octal 22 44 257 132 117 0 37 351 121 46
Binary 10010 100100 10101111 1011010 1001111 0 11111 11101001 1010001 100110

Color Harmonies of #1224AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1224AF

Black with #1224AF

Text Example


Text Example

White with #1224AF

Text Example


Text Example

HTML Codes & Css Web 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>