Html Css Color HEX #142995 Egyptian Blue

📋 copy color: '#142995'

red 20 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #142995

Tints of Egyptian Blue #142995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 149 (58.59% from 255) = 70.95%

R = 9.52%
G = 19.52%
B = 70.95%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142995 (or 0x142995) is known color: Egyptian Blue. HEX triplet: 14, 29 and 95. RGB value is (20,41,149). Sum of RGB (Red+Green+Blue) = 20+41+149=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #142995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142995 is #EBD66A. Grayscale: #2E2E2E. Windows color (decimal): -15455851 or 9775380. OLE color: 9775380.

HSL color Cylindrical-coordinate representation of color #142995: hue angle of 230.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142995 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 41 149 -
CMYK 0.87 0.72 0 0.42
HSL 230.23º 0.76% 0.33% -
HSV(B) 230.23º 0.87% 0.58% -
XYZ 6.51 3.9 28.84 -
YUV 47.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 20 41 149 0.87 0.72 0 0.42 230.23 0.76 0.33
Hex 14 29 95 57 48 0 2A E6 4C 21
Octal 24 51 225 127 110 0 52 346 114 41
Binary 10100 101001 10010101 1010111 1001000 0 101010 11100110 1001100 100001

Color Harmonies of #142995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142995

Black with #142995

Text Example


Text Example

White with #142995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142995; }

 p { color: rgb(20,41,149); }

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

background-color css

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

 a { background-color: rgb(20,41,149); }

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

border-color css

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

 span { border-color: rgb(20,41,149); }

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