Html Css Color HEX #1535AB Egyptian Blue

📋 copy color: '#1535AB'

red 21 ◦ green 53 ◦ blue 171

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

Shades of Egyptian Blue #1535AB

Tints of Egyptian Blue #1535AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 8.57%
G = 21.63%
B = 69.8%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1535AB (or 0x1535AB) is known color: Egyptian Blue. HEX triplet: 15, 35 and AB. RGB value is (21,53,171). Sum of RGB (Red+Green+Blue) = 21+53+171=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #1535AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1535AB is #EACA54. Grayscale: #383838. Windows color (decimal): -15387221 or 11220245. OLE color: 11220245.

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

Color convert

RGB 21 53 171 -
CMYK 0.88 0.69 0 0.33
HSL 227.2º 0.78% 0.38% -
HSV(B) 227.2º 0.88% 0.67% -
XYZ 8.93 5.65 39.15 -
YUV 56.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 21 53 171 0.88 0.69 0 0.33 227.2 0.78 0.38
Hex 15 35 AB 58 45 0 21 E3 4E 26
Octal 25 65 253 130 105 0 41 343 116 46
Binary 10101 110101 10101011 1011000 1000101 0 100001 11100011 1001110 100110

Color Harmonies of #1535AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535AB

Black with #1535AB

Text Example


Text Example

White with #1535AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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