Html Css Color HEX #1533AB Egyptian Blue

📋 copy color: '#1533AB'

red 21 ◦ green 51 ◦ blue 171

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

Shades of Egyptian Blue #1533AB

Tints of Egyptian Blue #1533AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.37%

R = 8.64%
G = 20.99%
B = 70.37%

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

#1533AB (or 0x1533AB) is known color: Egyptian Blue. HEX triplet: 15, 33 and AB. RGB value is (21,51,171). Sum of RGB (Red+Green+Blue) = 21+51+171=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1533AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1533AB is #EACC54. Grayscale: #373737. Windows color (decimal): -15387733 or 11219733. OLE color: 11219733.

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

Color convert

RGB 21 51 171 -
CMYK 0.88 0.70 0 0.33
HSL 228º 0.78% 0.38% -
HSV(B) 228º 0.88% 0.67% -
XYZ 8.84 5.47 39.12 -
YUV 55.71 193.06 103.24 -
System Red Green Blue C M Y K H S L
Decimal 21 51 171 0.88 0.70 0 0.33 228 0.78 0.38
Hex 15 33 AB 58 46 0 21 E4 4E 26
Octal 25 63 253 130 106 0 41 344 116 46
Binary 10101 110011 10101011 1011000 1000110 0 100001 11100100 1001110 100110

Color Harmonies of #1533AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1533AB

Black with #1533AB

Text Example


Text Example

White with #1533AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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