Html Css Color HEX #1234AA Egyptian Blue

📋 copy color: '#1234AA'

red 18 ◦ green 52 ◦ blue 170

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

Shades of Egyptian Blue #1234AA

Tints of Egyptian Blue #1234AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 7.5%
G = 21.67%
B = 70.83%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1234AA (or 0x1234AA) is known color: Egyptian Blue. HEX triplet: 12, 34 and AA. RGB value is (18,52,170). Sum of RGB (Red+Green+Blue) = 18+52+170=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #1234AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1234AA is #EDCB55. Grayscale: #363636. Windows color (decimal): -15584086 or 11154450. OLE color: 11154450.

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

Color convert

RGB 18 52 170 -
CMYK 0.89 0.69 0 0.33
HSL 226.58º 0.81% 0.37% -
HSV(B) 226.58º 0.89% 0.67% -
XYZ 8.73 5.49 38.63 -
YUV 55.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 18 52 170 0.89 0.69 0 0.33 226.58 0.81 0.37
Hex 12 34 AA 59 45 0 21 E3 51 25
Octal 22 64 252 131 105 0 41 343 121 45
Binary 10010 110100 10101010 1011001 1000101 0 100001 11100011 1010001 100101

Color Harmonies of #1234AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234AA

Black with #1234AA

Text Example


Text Example

White with #1234AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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