Html Css Color HEX #1427A5 Egyptian Blue

📋 copy color: '#1427A5'

red 20 ◦ green 39 ◦ blue 165

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

Shades of Egyptian Blue #1427A5

Tints of Egyptian Blue #1427A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 73.66%

R = 8.93%
G = 17.41%
B = 73.66%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1427A5 (or 0x1427A5) is known color: Egyptian Blue. HEX triplet: 14, 27 and A5. RGB value is (20,39,165). Sum of RGB (Red+Green+Blue) = 20+39+165=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #1427A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1427A5 is #EBD85A. Grayscale: #2F2F2F. Windows color (decimal): -15456347 or 10823444. OLE color: 10823444.

HSL color Cylindrical-coordinate representation of color #1427A5: hue angle of 232.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1427A5 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 39 165 -
CMYK 0.88 0.76 0 0.35
HSL 232.14º 0.78% 0.36% -
HSV(B) 232.14º 0.88% 0.65% -
XYZ 7.81 4.32 36.02 -
YUV 47.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 20 39 165 0.88 0.76 0 0.35 232.14 0.78 0.36
Hex 14 27 A5 58 4C 0 23 E8 4E 24
Octal 24 47 245 130 114 0 43 350 116 44
Binary 10100 100111 10100101 1011000 1001100 0 100011 11101000 1001110 100100

Color Harmonies of #1427A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1427A5

Black with #1427A5

Text Example


Text Example

White with #1427A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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