Html Css Color HEX #1C22AD Egyptian Blue

📋 copy color: '#1C22AD'

red 28 ◦ green 34 ◦ blue 173

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

Shades of Egyptian Blue #1C22AD

Tints of Egyptian Blue #1C22AD

RGB

 RED value IS 28 (11.33% from 255) = 11.91%

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

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

R = 11.91%
G = 14.47%
B = 73.62%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C22AD (or 0x1C22AD) is known color: Egyptian Blue. HEX triplet: 1C, 22 and AD. RGB value is (28,34,173). Sum of RGB (Red+Green+Blue) = 28+34+173=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C22AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C22AD is #E3DD52. Grayscale: #2F2F2F. Windows color (decimal): -14933331 or 11346460. OLE color: 11346460.

HSL color Cylindrical-coordinate representation of color #1C22AD: hue angle of 237.52º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C22AD is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 34 173 -
CMYK 0.84 0.80 0 0.32
HSL 237.52º 0.72% 0.39% -
HSV(B) 237.52º 0.84% 0.68% -
XYZ 8.59 4.41 39.93 -
YUV 48.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 28 34 173 0.84 0.80 0 0.32 237.52 0.72 0.39
Hex 1C 22 AD 54 50 0 20 EE 48 27
Octal 34 42 255 124 120 0 40 356 110 47
Binary 11100 100010 10101101 1010100 1010000 0 100000 11101110 1001000 100111

Color Harmonies of #1C22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C22AD

Black with #1C22AD

Text Example


Text Example

White with #1C22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C22AD; }

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

 H1.HeaderClassName
 {
   color: #1C22AD;
 }
 .AnyTagClassName
 {
   color: #1C22AD;
 }
</style>

background-color css

<style>
 a { background-color: #1C22AD; }

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

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

border-color css

<style>
 span { border-color: #1C22AD; }

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

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