Html Css Color HEX #1534AC Egyptian Blue

📋 copy color: '#1534AC'

red 21 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #1534AC

Tints of Egyptian Blue #1534AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 8.57%
G = 21.22%
B = 70.2%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1534AC (or 0x1534AC) is known color: Egyptian Blue. HEX triplet: 15, 34 and AC. RGB value is (21,52,172). Sum of RGB (Red+Green+Blue) = 21+52+172=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #1534AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1534AC is #EACB53. Grayscale: #373737. Windows color (decimal): -15387476 or 11285525. OLE color: 11285525.

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

Color convert

RGB 21 52 172 -
CMYK 0.88 0.70 0 0.33
HSL 227.68º 0.78% 0.38% -
HSV(B) 227.68º 0.88% 0.67% -
XYZ 8.98 5.59 39.64 -
YUV 56.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 21 52 172 0.88 0.70 0 0.33 227.68 0.78 0.38
Hex 15 34 AC 58 46 0 21 E4 4E 26
Octal 25 64 254 130 106 0 41 344 116 46
Binary 10101 110100 10101100 1011000 1000110 0 100001 11100100 1001110 100110

Color Harmonies of #1534AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1534AC

Black with #1534AC

Text Example


Text Example

White with #1534AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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