Html Css Color HEX #1037AD Egyptian Blue

📋 copy color: '#1037AD'

red 16 ◦ green 55 ◦ blue 173

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

Shades of Egyptian Blue #1037AD

Tints of Egyptian Blue #1037AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 173 (67.97% from 255) = 70.9%

R = 6.56%
G = 22.54%
B = 70.9%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1037AD (or 0x1037AD) is known color: Egyptian Blue. HEX triplet: 10, 37 and AD. RGB value is (16,55,173). Sum of RGB (Red+Green+Blue) = 16+55+173=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #1037AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1037AD is #EFC852. Grayscale: #383838. Windows color (decimal): -15714387 or 11351824. OLE color: 11351824.

HSL color Cylindrical-coordinate representation of color #1037AD: hue angle of 225.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1037AD is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 55 173 -
CMYK 0.91 0.68 0 0.32
HSL 225.1º 0.83% 0.37% -
HSV(B) 225.1º 0.91% 0.68% -
XYZ 9.12 5.86 40.19 -
YUV 56.79 193.58 98.91 -
System Red Green Blue C M Y K H S L
Decimal 16 55 173 0.91 0.68 0 0.32 225.1 0.83 0.37
Hex 10 37 AD 5B 44 0 20 E1 53 25
Octal 20 67 255 133 104 0 40 341 123 45
Binary 10000 110111 10101101 1011011 1000100 0 100000 11100001 1010011 100101

Color Harmonies of #1037AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1037AD

Black with #1037AD

Text Example


Text Example

White with #1037AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1037AD; }

 p { color: rgb(16,55,173); }

 H1.HeaderClassName
 {
   color: #1037AD;
 }
 .AnyTagClassName
 {
   color: #1037AD;
 }
</style>

background-color css

<style>
 a { background-color: #1037AD; }

 a { background-color: rgb(16,55,173); }

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

border-color css

<style>
 span { border-color: #1037AD; }

 span { border-color: rgb(16,55,173); }

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