Html Css Color HEX #1031AD Egyptian Blue

📋 copy color: '#1031AD'

red 16 ◦ green 49 ◦ blue 173

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

Shades of Egyptian Blue #1031AD

Tints of Egyptian Blue #1031AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 6.72%
G = 20.59%
B = 72.69%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1031AD (or 0x1031AD) is known color: Egyptian Blue. HEX triplet: 10, 31 and AD. RGB value is (16,49,173). Sum of RGB (Red+Green+Blue) = 16+49+173=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #1031AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1031AD is #EFCE52. Grayscale: #343434. Windows color (decimal): -15715923 or 11350288. OLE color: 11350288.

HSL color Cylindrical-coordinate representation of color #1031AD: hue angle of 227.39º 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 #1031AD is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 49 173 -
CMYK 0.91 0.72 0 0.32
HSL 227.39º 0.83% 0.37% -
HSV(B) 227.39º 0.91% 0.68% -
XYZ 8.85 5.32 40.1 -
YUV 53.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 16 49 173 0.91 0.72 0 0.32 227.39 0.83 0.37
Hex 10 31 AD 5B 48 0 20 E3 53 25
Octal 20 61 255 133 110 0 40 343 123 45
Binary 10000 110001 10101101 1011011 1001000 0 100000 11100011 1010011 100101

Color Harmonies of #1031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1031AD

Black with #1031AD

Text Example


Text Example

White with #1031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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