Html Css Color HEX #1531AC Egyptian Blue

📋 copy color: '#1531AC'

red 21 ◦ green 49 ◦ blue 172

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

Shades of Egyptian Blue #1531AC

Tints of Egyptian Blue #1531AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

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

R = 8.68%
G = 20.25%
B = 71.07%

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

#1531AC (or 0x1531AC) is known color: Egyptian Blue. HEX triplet: 15, 31 and AC. RGB value is (21,49,172). Sum of RGB (Red+Green+Blue) = 21+49+172=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #1531AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1531AC is #EACE53. Grayscale: #363636. Windows color (decimal): -15388244 or 11284757. OLE color: 11284757.

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

Color convert

RGB 21 49 172 -
CMYK 0.88 0.72 0 0.33
HSL 228.87º 0.78% 0.38% -
HSV(B) 228.87º 0.88% 0.67% -
XYZ 8.85 5.33 39.59 -
YUV 54.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 21 49 172 0.88 0.72 0 0.33 228.87 0.78 0.38
Hex 15 31 AC 58 48 0 21 E5 4E 26
Octal 25 61 254 130 110 0 41 345 116 46
Binary 10101 110001 10101100 1011000 1001000 0 100001 11100101 1001110 100110

Color Harmonies of #1531AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531AC

Black with #1531AC

Text Example


Text Example

White with #1531AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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