Html Css Color HEX #1021AD Egyptian Blue

📋 copy color: '#1021AD'

red 16 ◦ green 33 ◦ blue 173

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

Shades of Egyptian Blue #1021AD

Tints of Egyptian Blue #1021AD

RGB

 RED value IS 16 (6.64% from 255) = 7.21%

 GREEN value IS 33 (13.28% from 255) = 14.86%

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

R = 7.21%
G = 14.86%
B = 77.93%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1021AD (or 0x1021AD) is known color: Egyptian Blue. HEX triplet: 10, 21 and AD. RGB value is (16,33,173). Sum of RGB (Red+Green+Blue) = 16+33+173=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #1021AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1021AD is #EFDE52. Grayscale: #2B2B2B. Windows color (decimal): -15720019 or 11346192. OLE color: 11346192.

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

Color convert

RGB 16 33 173 -
CMYK 0.91 0.81 0 0.32
HSL 233.5º 0.83% 0.37% -
HSV(B) 233.5º 0.91% 0.68% -
XYZ 8.3 4.22 39.91 -
YUV 43.88 200.87 108.12 -
System Red Green Blue C M Y K H S L
Decimal 16 33 173 0.91 0.81 0 0.32 233.5 0.83 0.37
Hex 10 21 AD 5B 51 0 20 EA 53 25
Octal 20 41 255 133 121 0 40 352 123 45
Binary 10000 100001 10101101 1011011 1010001 0 100000 11101010 1010011 100101

Color Harmonies of #1021AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1021AD

Black with #1021AD

Text Example


Text Example

White with #1021AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,33,173); }

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

background-color css

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

 a { background-color: rgb(16,33,173); }

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

border-color css

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

 span { border-color: rgb(16,33,173); }

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