Html Css Color HEX #1043AD Egyptian Blue

📋 copy color: '#1043AD'

red 16 ◦ green 67 ◦ blue 173

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

Shades of Egyptian Blue #1043AD

Tints of Egyptian Blue #1043AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 6.25%
G = 26.17%
B = 67.58%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1043AD (or 0x1043AD) is known color: Egyptian Blue. HEX triplet: 10, 43 and AD. RGB value is (16,67,173). Sum of RGB (Red+Green+Blue) = 16+67+173=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #1043AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1043AD is #EFBC52. Grayscale: #3F3F3F. Windows color (decimal): -15711315 or 11354896. OLE color: 11354896.

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

Color convert

RGB 16 67 173 -
CMYK 0.91 0.61 0 0.32
HSL 220.51º 0.83% 0.37% -
HSV(B) 220.51º 0.91% 0.68% -
XYZ 9.76 7.14 40.4 -
YUV 63.84 189.6 93.88 -
System Red Green Blue C M Y K H S L
Decimal 16 67 173 0.91 0.61 0 0.32 220.51 0.83 0.37
Hex 10 43 AD 5B 3D 0 20 DD 53 25
Octal 20 103 255 133 75 0 40 335 123 45
Binary 10000 1000011 10101101 1011011 111101 0 100000 11011101 1010011 100101

Color Harmonies of #1043AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1043AD

Black with #1043AD

Text Example


Text Example

White with #1043AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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