Html Css Color HEX #1021AB Egyptian Blue

📋 copy color: '#1021AB'

red 16 ◦ green 33 ◦ blue 171

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

Shades of Egyptian Blue #1021AB

Tints of Egyptian Blue #1021AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 7.27%
G = 15%
B = 77.73%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1021AB (or 0x1021AB) is known color: Egyptian Blue. HEX triplet: 10, 21 and AB. RGB value is (16,33,171). Sum of RGB (Red+Green+Blue) = 16+33+171=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #1021AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1021AB is #EFDE54. Grayscale: #2B2B2B. Windows color (decimal): -15720021 or 11215120. OLE color: 11215120.

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

Color convert

RGB 16 33 171 -
CMYK 0.91 0.81 0 0.33
HSL 233.42º 0.83% 0.37% -
HSV(B) 233.42º 0.91% 0.67% -
XYZ 8.11 4.14 38.9 -
YUV 43.65 199.87 108.28 -
System Red Green Blue C M Y K H S L
Decimal 16 33 171 0.91 0.81 0 0.33 233.42 0.83 0.37
Hex 10 21 AB 5B 51 0 21 E9 53 25
Octal 20 41 253 133 121 0 41 351 123 45
Binary 10000 100001 10101011 1011011 1010001 0 100001 11101001 1010011 100101

Color Harmonies of #1021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1021AB

Black with #1021AB

Text Example


Text Example

White with #1021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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