Html Css Color HEX #1429AF Egyptian Blue

📋 copy color: '#1429AF'

red 20 ◦ green 41 ◦ blue 175

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

Shades of Egyptian Blue #1429AF

Tints of Egyptian Blue #1429AF

RGB

 RED value IS 20 (8.2% from 255) = 8.47%

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

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

R = 8.47%
G = 17.37%
B = 74.15%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1429AF (or 0x1429AF) is known color: Egyptian Blue. HEX triplet: 14, 29 and AF. RGB value is (20,41,175). Sum of RGB (Red+Green+Blue) = 20+41+175=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #1429AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1429AF is #EBD650. Grayscale: #313131. Windows color (decimal): -15455825 or 11479316. OLE color: 11479316.

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

Color convert

RGB 20 41 175 -
CMYK 0.89 0.77 0 0.31
HSL 231.87º 0.79% 0.38% -
HSV(B) 231.87º 0.89% 0.69% -
XYZ 8.82 4.83 41.02 -
YUV 50 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 20 41 175 0.89 0.77 0 0.31 231.87 0.79 0.38
Hex 14 29 AF 59 4D 0 1F E8 4F 26
Octal 24 51 257 131 115 0 37 350 117 46
Binary 10100 101001 10101111 1011001 1001101 0 11111 11101000 1001111 100110

Color Harmonies of #1429AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1429AF

Black with #1429AF

Text Example


Text Example

White with #1429AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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