Html Css Color HEX #1036A6 Egyptian Blue

📋 copy color: '#1036A6'

red 16 ◦ green 54 ◦ blue 166

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

Shades of Egyptian Blue #1036A6

Tints of Egyptian Blue #1036A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 70.34%

R = 6.78%
G = 22.88%
B = 70.34%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1036A6 (or 0x1036A6) is known color: Egyptian Blue. HEX triplet: 10, 36 and A6. RGB value is (16,54,166). Sum of RGB (Red+Green+Blue) = 16+54+166=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 166 (65.23% from 255 or 70.34% from 236); Max value from RGB is 166 - color contains mainly: blue. Hex color #1036A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036A6 is #EFC959. Grayscale: #363636. Windows color (decimal): -15714650 or 10892816. OLE color: 10892816.

HSL color Cylindrical-coordinate representation of color #1036A6: hue angle of 224.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1036A6 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 54 166 -
CMYK 0.90 0.67 0 0.35
HSL 224.8º 0.82% 0.36% -
HSV(B) 224.8º 0.9% 0.65% -
XYZ 8.42 5.5 36.69 -
YUV 55.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 16 54 166 0.90 0.67 0 0.35 224.8 0.82 0.36
Hex 10 36 A6 5A 43 0 23 E1 52 24
Octal 20 66 246 132 103 0 43 341 122 44
Binary 10000 110110 10100110 1011010 1000011 0 100011 11100001 1010010 100100

Color Harmonies of #1036A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1036A6

Black with #1036A6

Text Example


Text Example

White with #1036A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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