Html Css Color HEX #1040AA Egyptian Blue

📋 copy color: '#1040AA'

red 16 ◦ green 64 ◦ blue 170

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

Shades of Egyptian Blue #1040AA

Tints of Egyptian Blue #1040AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 6.4%
G = 25.6%
B = 68%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1040AA (or 0x1040AA) is known color: Egyptian Blue. HEX triplet: 10, 40 and AA. RGB value is (16,64,170). Sum of RGB (Red+Green+Blue) = 16+64+170=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #1040AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1040AA is #EFBF55. Grayscale: #3D3D3D. Windows color (decimal): -15712086 or 11157520. OLE color: 11157520.

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

Color convert

RGB 16 64 170 -
CMYK 0.91 0.62 0 0.33
HSL 221.3º 0.83% 0.36% -
HSV(B) 221.3º 0.91% 0.67% -
XYZ 9.3 6.68 38.83 -
YUV 61.73 189.1 95.38 -
System Red Green Blue C M Y K H S L
Decimal 16 64 170 0.91 0.62 0 0.33 221.3 0.83 0.36
Hex 10 40 AA 5B 3E 0 21 DD 53 24
Octal 20 100 252 133 76 0 41 335 123 44
Binary 10000 1000000 10101010 1011011 111110 0 100001 11011101 1010011 100100

Color Harmonies of #1040AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1040AA

Black with #1040AA

Text Example


Text Example

White with #1040AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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