Html Css Color HEX #1530AC Egyptian Blue

📋 copy color: '#1530AC'

red 21 ◦ green 48 ◦ blue 172

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

Shades of Egyptian Blue #1530AC

Tints of Egyptian Blue #1530AC

RGB

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

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

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

R = 8.71%
G = 19.92%
B = 71.37%

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

#1530AC (or 0x1530AC) is known color: Egyptian Blue. HEX triplet: 15, 30 and AC. RGB value is (21,48,172). Sum of RGB (Red+Green+Blue) = 21+48+172=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #1530AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1530AC is #EACF53. Grayscale: #353535. Windows color (decimal): -15388500 or 11284501. OLE color: 11284501.

HSL color Cylindrical-coordinate representation of color #1530AC: hue angle of 229.27º degrees, saturation: 0.78, 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 #1530AC is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 48 172 -
CMYK 0.88 0.72 0 0.33
HSL 229.27º 0.78% 0.38% -
HSV(B) 229.27º 0.88% 0.67% -
XYZ 8.81 5.25 39.58 -
YUV 54.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 21 48 172 0.88 0.72 0 0.33 229.27 0.78 0.38
Hex 15 30 AC 58 48 0 21 E5 4E 26
Octal 25 60 254 130 110 0 41 345 116 46
Binary 10101 110000 10101100 1011000 1001000 0 100001 11100101 1001110 100110

Color Harmonies of #1530AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1530AC

Black with #1530AC

Text Example


Text Example

White with #1530AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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