Html Css Color HEX #1036A7 Egyptian Blue

📋 copy color: '#1036A7'

red 16 ◦ green 54 ◦ blue 167

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

Shades of Egyptian Blue #1036A7

Tints of Egyptian Blue #1036A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 70.46%

R = 6.75%
G = 22.78%
B = 70.46%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1036A7 (or 0x1036A7) is known color: Egyptian Blue. HEX triplet: 10, 36 and A7. RGB value is (16,54,167). Sum of RGB (Red+Green+Blue) = 16+54+167=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 167 (65.62% from 255 or 70.46% from 237); Max value from RGB is 167 - color contains mainly: blue. Hex color #1036A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036A7 is #EFC958. Grayscale: #373737. Windows color (decimal): -15714649 or 10958352. OLE color: 10958352.

HSL color Cylindrical-coordinate representation of color #1036A7: hue angle of 224.9º degrees, saturation: 0.83, 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 #1036A7 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 54 167 -
CMYK 0.90 0.68 0 0.35
HSL 224.9º 0.83% 0.36% -
HSV(B) 224.9º 0.9% 0.65% -
XYZ 8.51 5.54 37.18 -
YUV 55.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 16 54 167 0.90 0.68 0 0.35 224.9 0.83 0.36
Hex 10 36 A7 5A 44 0 23 E1 53 24
Octal 20 66 247 132 104 0 43 341 123 44
Binary 10000 110110 10100111 1011010 1000100 0 100011 11100001 1010011 100100

Color Harmonies of #1036A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1036A7

Black with #1036A7

Text Example


Text Example

White with #1036A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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