Html Css Color HEX #1020AB Egyptian Blue

📋 copy color: '#1020AB'

red 16 ◦ green 32 ◦ blue 171

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

Shades of Egyptian Blue #1020AB

Tints of Egyptian Blue #1020AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 7.31%
G = 14.61%
B = 78.08%

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

#1020AB (or 0x1020AB) is known color: Egyptian Blue. HEX triplet: 10, 20 and AB. RGB value is (16,32,171). Sum of RGB (Red+Green+Blue) = 16+32+171=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #1020AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1020AB is #EFDF54. Grayscale: #2A2A2A. Windows color (decimal): -15720277 or 11214864. OLE color: 11214864.

HSL color Cylindrical-coordinate representation of color #1020AB: hue angle of 233.81º 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 #1020AB is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 32 171 -
CMYK 0.91 0.81 0 0.33
HSL 233.81º 0.83% 0.37% -
HSV(B) 233.81º 0.91% 0.67% -
XYZ 8.08 4.08 38.89 -
YUV 43.06 200.2 108.7 -
System Red Green Blue C M Y K H S L
Decimal 16 32 171 0.91 0.81 0 0.33 233.81 0.83 0.37
Hex 10 20 AB 5B 51 0 21 EA 53 25
Octal 20 40 253 133 121 0 41 352 123 45
Binary 10000 100000 10101011 1011011 1010001 0 100001 11101010 1010011 100101

Color Harmonies of #1020AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1020AB

Black with #1020AB

Text Example


Text Example

White with #1020AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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