Html Css Color HEX #1232AA Egyptian Blue

📋 copy color: '#1232AA'

red 18 ◦ green 50 ◦ blue 170

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

Shades of Egyptian Blue #1232AA

Tints of Egyptian Blue #1232AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 170 (66.8% from 255) = 71.43%

R = 7.56%
G = 21.01%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1232AA (or 0x1232AA) is known color: Egyptian Blue. HEX triplet: 12, 32 and AA. RGB value is (18,50,170). Sum of RGB (Red+Green+Blue) = 18+50+170=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #1232AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1232AA is #EDCD55. Grayscale: #353535. Windows color (decimal): -15584598 or 11153938. OLE color: 11153938.

HSL color Cylindrical-coordinate representation of color #1232AA: hue angle of 227.37º 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 #1232AA is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 50 170 -
CMYK 0.89 0.71 0 0.33
HSL 227.37º 0.81% 0.37% -
HSV(B) 227.37º 0.89% 0.67% -
XYZ 8.65 5.31 38.6 -
YUV 54.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 18 50 170 0.89 0.71 0 0.33 227.37 0.81 0.37
Hex 12 32 AA 59 47 0 21 E3 51 25
Octal 22 62 252 131 107 0 41 343 121 45
Binary 10010 110010 10101010 1011001 1000111 0 100001 11100011 1010001 100101

Color Harmonies of #1232AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1232AA

Black with #1232AA

Text Example


Text Example

White with #1232AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1232AA; }

 p { color: rgb(18,50,170); }

 H1.HeaderClassName
 {
   color: #1232AA;
 }
 .AnyTagClassName
 {
   color: #1232AA;
 }
</style>

background-color css

<style>
 a { background-color: #1232AA; }

 a { background-color: rgb(18,50,170); }

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

border-color css

<style>
 span { border-color: #1232AA; }

 span { border-color: rgb(18,50,170); }

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