Html Css Color HEX #1036A4 Egyptian Blue

📋 copy color: '#1036A4'

red 16 ◦ green 54 ◦ blue 164

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

Shades of Egyptian Blue #1036A4

Tints of Egyptian Blue #1036A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 70.09%

R = 6.84%
G = 23.08%
B = 70.09%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1036A4 (or 0x1036A4) is known color: Egyptian Blue. HEX triplet: 10, 36 and A4. RGB value is (16,54,164). Sum of RGB (Red+Green+Blue) = 16+54+164=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #1036A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036A4 is #EFC95B. Grayscale: #363636. Windows color (decimal): -15714652 or 10761744. OLE color: 10761744.

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

Color convert

RGB 16 54 164 -
CMYK 0.90 0.67 0 0.36
HSL 224.59º 0.82% 0.35% -
HSV(B) 224.59º 0.9% 0.64% -
XYZ 8.23 5.43 35.74 -
YUV 55.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 16 54 164 0.90 0.67 0 0.36 224.59 0.82 0.35
Hex 10 36 A4 5A 43 0 24 E1 52 23
Octal 20 66 244 132 103 0 44 341 122 43
Binary 10000 110110 10100100 1011010 1000011 0 100100 11100001 1010010 100011

Color Harmonies of #1036A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1036A4

Black with #1036A4

Text Example


Text Example

White with #1036A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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