Html Css Color HEX #1533AC Egyptian Blue

📋 copy color: '#1533AC'

red 21 ◦ green 51 ◦ blue 172

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

Shades of Egyptian Blue #1533AC

Tints of Egyptian Blue #1533AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 8.61%
G = 20.9%
B = 70.49%

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

#1533AC (or 0x1533AC) is known color: Egyptian Blue. HEX triplet: 15, 33 and AC. RGB value is (21,51,172). Sum of RGB (Red+Green+Blue) = 21+51+172=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1533AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1533AC is #EACC53. Grayscale: #373737. Windows color (decimal): -15387732 or 11285269. OLE color: 11285269.

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

Color convert

RGB 21 51 172 -
CMYK 0.88 0.70 0 0.33
HSL 228.08º 0.78% 0.38% -
HSV(B) 228.08º 0.88% 0.67% -
XYZ 8.94 5.51 39.62 -
YUV 55.82 193.56 103.16 -
System Red Green Blue C M Y K H S L
Decimal 21 51 172 0.88 0.70 0 0.33 228.08 0.78 0.38
Hex 15 33 AC 58 46 0 21 E4 4E 26
Octal 25 63 254 130 106 0 41 344 116 46
Binary 10101 110011 10101100 1011000 1000110 0 100001 11100100 1001110 100110

Color Harmonies of #1533AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1533AC

Black with #1533AC

Text Example


Text Example

White with #1533AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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