Html Css Color HEX #1041AA Egyptian Blue

📋 copy color: '#1041AA'

red 16 ◦ green 65 ◦ blue 170

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

Shades of Egyptian Blue #1041AA

Tints of Egyptian Blue #1041AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

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

R = 6.37%
G = 25.9%
B = 67.73%

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

#1041AA (or 0x1041AA) is known color: Egyptian Blue. HEX triplet: 10, 41 and AA. RGB value is (16,65,170). Sum of RGB (Red+Green+Blue) = 16+65+170=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #1041AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1041AA is #EFBE55. Grayscale: #3D3D3D. Windows color (decimal): -15711830 or 11157776. OLE color: 11157776.

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

Color convert

RGB 16 65 170 -
CMYK 0.91 0.62 0 0.33
HSL 220.91º 0.83% 0.36% -
HSV(B) 220.91º 0.91% 0.67% -
XYZ 9.36 6.79 38.85 -
YUV 62.32 188.77 94.96 -
System Red Green Blue C M Y K H S L
Decimal 16 65 170 0.91 0.62 0 0.33 220.91 0.83 0.36
Hex 10 41 AA 5B 3E 0 21 DD 53 24
Octal 20 101 252 133 76 0 41 335 123 44
Binary 10000 1000001 10101010 1011011 111110 0 100001 11011101 1010011 100100

Color Harmonies of #1041AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1041AA

Black with #1041AA

Text Example


Text Example

White with #1041AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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