Html Css Color HEX #1430AD Egyptian Blue

📋 copy color: '#1430AD'

red 20 ◦ green 48 ◦ blue 173

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

Shades of Egyptian Blue #1430AD

Tints of Egyptian Blue #1430AD

RGB

 RED value IS 20 (8.2% from 255) = 8.3%

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 8.3%
G = 19.92%
B = 71.78%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1430AD (or 0x1430AD) is known color: Egyptian Blue. HEX triplet: 14, 30 and AD. RGB value is (20,48,173). Sum of RGB (Red+Green+Blue) = 20+48+173=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #1430AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1430AD is #EBCF52. Grayscale: #353535. Windows color (decimal): -15454035 or 11350036. OLE color: 11350036.

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

Color convert

RGB 20 48 173 -
CMYK 0.88 0.72 0 0.32
HSL 229.02º 0.79% 0.38% -
HSV(B) 229.02º 0.88% 0.68% -
XYZ 8.89 5.28 40.09 -
YUV 53.88 195.22 103.84 -
System Red Green Blue C M Y K H S L
Decimal 20 48 173 0.88 0.72 0 0.32 229.02 0.79 0.38
Hex 14 30 AD 58 48 0 20 E5 4F 26
Octal 24 60 255 130 110 0 40 345 117 46
Binary 10100 110000 10101101 1011000 1001000 0 100000 11100101 1001111 100110

Color Harmonies of #1430AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1430AD

Black with #1430AD

Text Example


Text Example

White with #1430AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,48,173); }

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

background-color css

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

 a { background-color: rgb(20,48,173); }

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

border-color css

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

 span { border-color: rgb(20,48,173); }

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