Html Css Color HEX #1427AE Egyptian Blue

📋 copy color: '#1427AE'

red 20 ◦ green 39 ◦ blue 174

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

Shades of Egyptian Blue #1427AE

Tints of Egyptian Blue #1427AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 74.68%

R = 8.58%
G = 16.74%
B = 74.68%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1427AE (or 0x1427AE) is known color: Egyptian Blue. HEX triplet: 14, 27 and AE. RGB value is (20,39,174). Sum of RGB (Red+Green+Blue) = 20+39+174=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #1427AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1427AE is #EBD851. Grayscale: #303030. Windows color (decimal): -15456338 or 11413268. OLE color: 11413268.

HSL color Cylindrical-coordinate representation of color #1427AE: hue angle of 232.6º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1427AE is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 39 174 -
CMYK 0.89 0.78 0 0.32
HSL 232.6º 0.79% 0.38% -
HSV(B) 232.6º 0.89% 0.68% -
XYZ 8.65 4.66 40.49 -
YUV 48.71 198.71 107.52 -
System Red Green Blue C M Y K H S L
Decimal 20 39 174 0.89 0.78 0 0.32 232.6 0.79 0.38
Hex 14 27 AE 59 4E 0 20 E9 4F 26
Octal 24 47 256 131 116 0 40 351 117 46
Binary 10100 100111 10101110 1011001 1001110 0 100000 11101001 1001111 100110

Color Harmonies of #1427AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1427AE

Black with #1427AE

Text Example


Text Example

White with #1427AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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