Html Css Color HEX #1019AA Egyptian Blue

📋 copy color: '#1019AA'

red 16 ◦ green 25 ◦ blue 170

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

Shades of Egyptian Blue #1019AA

Tints of Egyptian Blue #1019AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 170 (66.8% from 255) = 80.57%

R = 7.58%
G = 11.85%
B = 80.57%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1019AA (or 0x1019AA) is known color: Egyptian Blue. HEX triplet: 10, 19 and AA. RGB value is (16,25,170). Sum of RGB (Red+Green+Blue) = 16+25+170=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1019AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1019AA is #EFE655. Grayscale: #262626. Windows color (decimal): -15722070 or 11147536. OLE color: 11147536.

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

Color convert

RGB 16 25 170 -
CMYK 0.91 0.85 0 0.33
HSL 236.49º 0.83% 0.36% -
HSV(B) 236.49º 0.91% 0.67% -
XYZ 7.82 3.71 38.33 -
YUV 38.84 202.02 111.71 -
System Red Green Blue C M Y K H S L
Decimal 16 25 170 0.91 0.85 0 0.33 236.49 0.83 0.36
Hex 10 19 AA 5B 55 0 21 EC 53 24
Octal 20 31 252 133 125 0 41 354 123 44
Binary 10000 11001 10101010 1011011 1010101 0 100001 11101100 1010011 100100

Color Harmonies of #1019AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1019AA

Black with #1019AA

Text Example


Text Example

White with #1019AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1019AA; }

 p { color: rgb(16,25,170); }

 H1.HeaderClassName
 {
   color: #1019AA;
 }
 .AnyTagClassName
 {
   color: #1019AA;
 }
</style>

background-color css

<style>
 a { background-color: #1019AA; }

 a { background-color: rgb(16,25,170); }

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

border-color css

<style>
 span { border-color: #1019AA; }

 span { border-color: rgb(16,25,170); }

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