Html Css Color HEX #1427AA Egyptian Blue

📋 copy color: '#1427AA'

red 20 ◦ green 39 ◦ blue 170

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

Shades of Egyptian Blue #1427AA

Tints of Egyptian Blue #1427AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 8.73%
G = 17.03%
B = 74.24%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1427AA (or 0x1427AA) is known color: Egyptian Blue. HEX triplet: 14, 27 and AA. RGB value is (20,39,170). Sum of RGB (Red+Green+Blue) = 20+39+170=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #1427AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1427AA is #EBD855. Grayscale: #2F2F2F. Windows color (decimal): -15456342 or 11151124. OLE color: 11151124.

HSL color Cylindrical-coordinate representation of color #1427AA: hue angle of 232.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1427AA is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 39 170 -
CMYK 0.88 0.77 0 0.33
HSL 232.4º 0.79% 0.37% -
HSV(B) 232.4º 0.88% 0.67% -
XYZ 8.27 4.5 38.46 -
YUV 48.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 20 39 170 0.88 0.77 0 0.33 232.4 0.79 0.37
Hex 14 27 AA 58 4D 0 21 E8 4F 25
Octal 24 47 252 130 115 0 41 350 117 45
Binary 10100 100111 10101010 1011000 1001101 0 100001 11101000 1001111 100101

Color Harmonies of #1427AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1427AA

Black with #1427AA

Text Example


Text Example

White with #1427AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1427AA; }

 p { color: rgb(20,39,170); }

 H1.HeaderClassName
 {
   color: #1427AA;
 }
 .AnyTagClassName
 {
   color: #1427AA;
 }
</style>

background-color css

<style>
 a { background-color: #1427AA; }

 a { background-color: rgb(20,39,170); }

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

border-color css

<style>
 span { border-color: #1427AA; }

 span { border-color: rgb(20,39,170); }

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