Html Css Color HEX #1036AA Egyptian Blue

📋 copy color: '#1036AA'

red 16 ◦ green 54 ◦ blue 170

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

Shades of Egyptian Blue #1036AA

Tints of Egyptian Blue #1036AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 6.67%
G = 22.5%
B = 70.83%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1036AA (or 0x1036AA) is known color: Egyptian Blue. HEX triplet: 10, 36 and AA. RGB value is (16,54,170). Sum of RGB (Red+Green+Blue) = 16+54+170=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #1036AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036AA is #EFC955. Grayscale: #373737. Windows color (decimal): -15714646 or 11154960. OLE color: 11154960.

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

Color convert

RGB 16 54 170 -
CMYK 0.91 0.68 0 0.33
HSL 225.19º 0.83% 0.36% -
HSV(B) 225.19º 0.91% 0.67% -
XYZ 8.79 5.65 38.66 -
YUV 55.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 16 54 170 0.91 0.68 0 0.33 225.19 0.83 0.36
Hex 10 36 AA 5B 44 0 21 E1 53 24
Octal 20 66 252 133 104 0 41 341 123 44
Binary 10000 110110 10101010 1011011 1000100 0 100001 11100001 1010011 100100

Color Harmonies of #1036AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1036AA

Black with #1036AA

Text Example


Text Example

White with #1036AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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