Html Css Color HEX #1524AC Egyptian Blue

📋 copy color: '#1524AC'

red 21 ◦ green 36 ◦ blue 172

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

Shades of Egyptian Blue #1524AC

Tints of Egyptian Blue #1524AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 9.17%
G = 15.72%
B = 75.11%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1524AC (or 0x1524AC) is known color: Egyptian Blue. HEX triplet: 15, 24 and AC. RGB value is (21,36,172). Sum of RGB (Red+Green+Blue) = 21+36+172=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #1524AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1524AC is #EADB53. Grayscale: #2E2E2E. Windows color (decimal): -15391572 or 11281429. OLE color: 11281429.

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

Color convert

RGB 21 36 172 -
CMYK 0.88 0.79 0 0.33
HSL 234.04º 0.78% 0.38% -
HSV(B) 234.04º 0.88% 0.67% -
XYZ 8.39 4.4 39.44 -
YUV 47.02 198.53 109.44 -
System Red Green Blue C M Y K H S L
Decimal 21 36 172 0.88 0.79 0 0.33 234.04 0.78 0.38
Hex 15 24 AC 58 4F 0 21 EA 4E 26
Octal 25 44 254 130 117 0 41 352 116 46
Binary 10101 100100 10101100 1011000 1001111 0 100001 11101010 1001110 100110

Color Harmonies of #1524AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1524AC

Black with #1524AC

Text Example


Text Example

White with #1524AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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