Html Css Color HEX #1222AD Egyptian Blue

📋 copy color: '#1222AD'

red 18 ◦ green 34 ◦ blue 173

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

Shades of Egyptian Blue #1222AD

Tints of Egyptian Blue #1222AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 173 (67.97% from 255) = 76.89%

R = 8%
G = 15.11%
B = 76.89%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1222AD (or 0x1222AD) is known color: Egyptian Blue. HEX triplet: 12, 22 and AD. RGB value is (18,34,173). Sum of RGB (Red+Green+Blue) = 18+34+173=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #1222AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1222AD is #EDDD52. Grayscale: #2C2C2C. Windows color (decimal): -15588691 or 11346450. OLE color: 11346450.

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

Color convert

RGB 18 34 173 -
CMYK 0.90 0.80 0 0.32
HSL 233.81º 0.81% 0.37% -
HSV(B) 233.81º 0.9% 0.68% -
XYZ 8.36 4.29 39.92 -
YUV 45.06 200.2 108.7 -
System Red Green Blue C M Y K H S L
Decimal 18 34 173 0.90 0.80 0 0.32 233.81 0.81 0.37
Hex 12 22 AD 5A 50 0 20 EA 51 25
Octal 22 42 255 132 120 0 40 352 121 45
Binary 10010 100010 10101101 1011010 1010000 0 100000 11101010 1010001 100101

Color Harmonies of #1222AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1222AD

Black with #1222AD

Text Example


Text Example

White with #1222AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1222AD; }

 p { color: rgb(18,34,173); }

 H1.HeaderClassName
 {
   color: #1222AD;
 }
 .AnyTagClassName
 {
   color: #1222AD;
 }
</style>

background-color css

<style>
 a { background-color: #1222AD; }

 a { background-color: rgb(18,34,173); }

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

border-color css

<style>
 span { border-color: #1222AD; }

 span { border-color: rgb(18,34,173); }

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