Html Css Color HEX #1529AF Egyptian Blue

📋 copy color: '#1529AF'

red 21 ◦ green 41 ◦ blue 175

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

Shades of Egyptian Blue #1529AF

Tints of Egyptian Blue #1529AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

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

R = 8.86%
G = 17.3%
B = 73.84%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1529AF (or 0x1529AF) is known color: Egyptian Blue. HEX triplet: 15, 29 and AF. RGB value is (21,41,175). Sum of RGB (Red+Green+Blue) = 21+41+175=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #1529AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1529AF is #EAD650. Grayscale: #313131. Windows color (decimal): -15390289 or 11479317. OLE color: 11479317.

HSL color Cylindrical-coordinate representation of color #1529AF: hue angle of 232.21º 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 #1529AF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 41 175 -
CMYK 0.88 0.77 0 0.31
HSL 232.21º 0.79% 0.38% -
HSV(B) 232.21º 0.88% 0.69% -
XYZ 8.84 4.84 41.03 -
YUV 50.3 198.37 107.1 -
System Red Green Blue C M Y K H S L
Decimal 21 41 175 0.88 0.77 0 0.31 232.21 0.79 0.38
Hex 15 29 AF 58 4D 0 1F E8 4F 26
Octal 25 51 257 130 115 0 37 350 117 46
Binary 10101 101001 10101111 1011000 1001101 0 11111 11101000 1001111 100110

Color Harmonies of #1529AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1529AF

Black with #1529AF

Text Example


Text Example

White with #1529AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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