Html Css Color HEX #1430AC Egyptian Blue

📋 copy color: '#1430AC'

red 20 ◦ green 48 ◦ blue 172

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

Shades of Egyptian Blue #1430AC

Tints of Egyptian Blue #1430AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.67%

R = 8.33%
G = 20%
B = 71.67%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1430AC (or 0x1430AC) is known color: Egyptian Blue. HEX triplet: 14, 30 and AC. RGB value is (20,48,172). Sum of RGB (Red+Green+Blue) = 20+48+172=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #1430AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1430AC is #EBCF53. Grayscale: #353535. Windows color (decimal): -15454036 or 11284500. OLE color: 11284500.

HSL color Cylindrical-coordinate representation of color #1430AC: hue angle of 228.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1430AC is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 48 172 -
CMYK 0.88 0.72 0 0.33
HSL 228.95º 0.79% 0.38% -
HSV(B) 228.95º 0.88% 0.67% -
XYZ 8.79 5.24 39.58 -
YUV 53.76 194.72 103.92 -
System Red Green Blue C M Y K H S L
Decimal 20 48 172 0.88 0.72 0 0.33 228.95 0.79 0.38
Hex 14 30 AC 58 48 0 21 E5 4F 26
Octal 24 60 254 130 110 0 41 345 117 46
Binary 10100 110000 10101100 1011000 1001000 0 100001 11100101 1001111 100110

Color Harmonies of #1430AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1430AC

Black with #1430AC

Text Example


Text Example

White with #1430AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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