Html Css Color HEX #1546AD Egyptian Blue

📋 copy color: '#1546AD'

red 21 ◦ green 70 ◦ blue 173

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

Shades of Egyptian Blue #1546AD

Tints of Egyptian Blue #1546AD

RGB

 RED value IS 21 (8.59% from 255) = 7.95%

 GREEN value IS 70 (27.73% from 255) = 26.52%

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

R = 7.95%
G = 26.52%
B = 65.53%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1546AD (or 0x1546AD) is known color: Egyptian Blue. HEX triplet: 15, 46 and AD. RGB value is (21,70,173). Sum of RGB (Red+Green+Blue) = 21+70+173=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #1546AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1546AD is #EAB952. Grayscale: #424242. Windows color (decimal): -15382867 or 11355669. OLE color: 11355669.

HSL color Cylindrical-coordinate representation of color #1546AD: hue angle of 220.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1546AD is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 70 173 -
CMYK 0.88 0.60 0 0.32
HSL 220.66º 0.78% 0.38% -
HSV(B) 220.66º 0.88% 0.68% -
XYZ 10.04 7.56 40.46 -
YUV 67.09 187.77 95.12 -
System Red Green Blue C M Y K H S L
Decimal 21 70 173 0.88 0.60 0 0.32 220.66 0.78 0.38
Hex 15 46 AD 58 3C 0 20 DD 4E 26
Octal 25 106 255 130 74 0 40 335 116 46
Binary 10101 1000110 10101101 1011000 111100 0 100000 11011101 1001110 100110

Color Harmonies of #1546AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1546AD

Black with #1546AD

Text Example


Text Example

White with #1546AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,70,173); }

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

background-color css

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

 a { background-color: rgb(21,70,173); }

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

border-color css

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

 span { border-color: rgb(21,70,173); }

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