Html Css Color HEX #142F91 Egyptian Blue

📋 copy color: '#142F91'

red 20 ◦ green 47 ◦ blue 145

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

Shades of Egyptian Blue #142F91

Tints of Egyptian Blue #142F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 9.43%
G = 22.17%
B = 68.4%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142F91 (or 0x142F91) is known color: Egyptian Blue. HEX triplet: 14, 2F and 91. RGB value is (20,47,145). Sum of RGB (Red+Green+Blue) = 20+47+145=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #142F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F91 is #EBD06E. Grayscale: #313131. Windows color (decimal): -15454319 or 9514772. OLE color: 9514772.

HSL color Cylindrical-coordinate representation of color #142F91: hue angle of 227.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142F91 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 47 145 -
CMYK 0.86 0.68 0 0.43
HSL 227.04º 0.76% 0.32% -
HSV(B) 227.04º 0.86% 0.57% -
XYZ 6.42 4.23 27.27 -
YUV 50.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 20 47 145 0.86 0.68 0 0.43 227.04 0.76 0.32
Hex 14 2F 91 56 44 0 2B E3 4C 20
Octal 24 57 221 126 104 0 53 343 114 40
Binary 10100 101111 10010001 1010110 1000100 0 101011 11100011 1001100 100000

Color Harmonies of #142F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F91

Black with #142F91

Text Example


Text Example

White with #142F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142F91; }

 p { color: rgb(20,47,145); }

 H1.HeaderClassName
 {
   color: #142F91;
 }
 .AnyTagClassName
 {
   color: #142F91;
 }
</style>

background-color css

<style>
 a { background-color: #142F91; }

 a { background-color: rgb(20,47,145); }

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

border-color css

<style>
 span { border-color: #142F91; }

 span { border-color: rgb(20,47,145); }

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