Html Css Color HEX #1424AF Egyptian Blue

📋 copy color: '#1424AF'

red 20 ◦ green 36 ◦ blue 175

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

Shades of Egyptian Blue #1424AF

Tints of Egyptian Blue #1424AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 8.66%
G = 15.58%
B = 75.76%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1424AF (or 0x1424AF) is known color: Egyptian Blue. HEX triplet: 14, 24 and AF. RGB value is (20,36,175). Sum of RGB (Red+Green+Blue) = 20+36+175=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #1424AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1424AF is #EBDB50. Grayscale: #2E2E2E. Windows color (decimal): -15457105 or 11478036. OLE color: 11478036.

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

Color convert

RGB 20 36 175 -
CMYK 0.89 0.79 0 0.31
HSL 233.81º 0.79% 0.38% -
HSV(B) 233.81º 0.89% 0.69% -
XYZ 8.66 4.51 40.97 -
YUV 47.06 200.2 108.7 -
System Red Green Blue C M Y K H S L
Decimal 20 36 175 0.89 0.79 0 0.31 233.81 0.79 0.38
Hex 14 24 AF 59 4F 0 1F EA 4F 26
Octal 24 44 257 131 117 0 37 352 117 46
Binary 10100 100100 10101111 1011001 1001111 0 11111 11101010 1001111 100110

Color Harmonies of #1424AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424AF

Black with #1424AF

Text Example


Text Example

White with #1424AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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