Html Css Color HEX #1531AF Egyptian Blue

📋 copy color: '#1531AF'

red 21 ◦ green 49 ◦ blue 175

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

Shades of Egyptian Blue #1531AF

Tints of Egyptian Blue #1531AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 71.43%

R = 8.57%
G = 20%
B = 71.43%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1531AF (or 0x1531AF) is known color: Egyptian Blue. HEX triplet: 15, 31 and AF. RGB value is (21,49,175). Sum of RGB (Red+Green+Blue) = 21+49+175=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #1531AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1531AF is #EACE50. Grayscale: #363636. Windows color (decimal): -15388241 or 11481365. OLE color: 11481365.

HSL color Cylindrical-coordinate representation of color #1531AF: hue angle of 229.09º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1531AF is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 49 175 -
CMYK 0.88 0.72 0 0.31
HSL 229.09º 0.79% 0.38% -
HSV(B) 229.09º 0.88% 0.69% -
XYZ 9.15 5.45 41.13 -
YUV 54.99 195.72 103.75 -
System Red Green Blue C M Y K H S L
Decimal 21 49 175 0.88 0.72 0 0.31 229.09 0.79 0.38
Hex 15 31 AF 58 48 0 1F E5 4F 26
Octal 25 61 257 130 110 0 37 345 117 46
Binary 10101 110001 10101111 1011000 1001000 0 11111 11100101 1001111 100110

Color Harmonies of #1531AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531AF

Black with #1531AF

Text Example


Text Example

White with #1531AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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