Html Css Color HEX #1523AC Egyptian Blue

📋 copy color: '#1523AC'

red 21 ◦ green 35 ◦ blue 172

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

Shades of Egyptian Blue #1523AC

Tints of Egyptian Blue #1523AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 9.21%
G = 15.35%
B = 75.44%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1523AC (or 0x1523AC) is known color: Egyptian Blue. HEX triplet: 15, 23 and AC. RGB value is (21,35,172). Sum of RGB (Red+Green+Blue) = 21+35+172=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #1523AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1523AC is #EADC53. Grayscale: #2D2D2D. Windows color (decimal): -15391828 or 11281173. OLE color: 11281173.

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

Color convert

RGB 21 35 172 -
CMYK 0.88 0.80 0 0.33
HSL 234.44º 0.78% 0.38% -
HSV(B) 234.44º 0.88% 0.67% -
XYZ 8.36 4.34 39.43 -
YUV 46.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 21 35 172 0.88 0.80 0 0.33 234.44 0.78 0.38
Hex 15 23 AC 58 50 0 21 EA 4E 26
Octal 25 43 254 130 120 0 41 352 116 46
Binary 10101 100011 10101100 1011000 1010000 0 100001 11101010 1001110 100110

Color Harmonies of #1523AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1523AC

Black with #1523AC

Text Example


Text Example

White with #1523AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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