Html Css Color HEX #1029AA Egyptian Blue

📋 copy color: '#1029AA'

red 16 ◦ green 41 ◦ blue 170

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

Shades of Egyptian Blue #1029AA

Tints of Egyptian Blue #1029AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 7.05%
G = 18.06%
B = 74.89%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1029AA (or 0x1029AA) is known color: Egyptian Blue. HEX triplet: 10, 29 and AA. RGB value is (16,41,170). Sum of RGB (Red+Green+Blue) = 16+41+170=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #1029AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1029AA is #EFD655. Grayscale: #2F2F2F. Windows color (decimal): -15717974 or 11151632. OLE color: 11151632.

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

Color convert

RGB 16 41 170 -
CMYK 0.91 0.76 0 0.33
HSL 230.26º 0.83% 0.36% -
HSV(B) 230.26º 0.91% 0.67% -
XYZ 8.26 4.6 38.48 -
YUV 48.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 16 41 170 0.91 0.76 0 0.33 230.26 0.83 0.36
Hex 10 29 AA 5B 4C 0 21 E6 53 24
Octal 20 51 252 133 114 0 41 346 123 44
Binary 10000 101001 10101010 1011011 1001100 0 100001 11100110 1010011 100100

Color Harmonies of #1029AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1029AA

Black with #1029AA

Text Example


Text Example

White with #1029AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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