Html Css Color HEX #142595 Egyptian Blue

📋 copy color: '#142595'

red 20 ◦ green 37 ◦ blue 149

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

Shades of Egyptian Blue #142595

Tints of Egyptian Blue #142595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 9.71%
G = 17.96%
B = 72.33%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142595 (or 0x142595) is known color: Egyptian Blue. HEX triplet: 14, 25 and 95. RGB value is (20,37,149). Sum of RGB (Red+Green+Blue) = 20+37+149=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #142595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142595 is #EBDA6A. Grayscale: #2C2C2C. Windows color (decimal): -15456875 or 9774356. OLE color: 9774356.

HSL color Cylindrical-coordinate representation of color #142595: hue angle of 232.09º 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 #142595 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 37 149 -
CMYK 0.87 0.75 0 0.42
HSL 232.09º 0.76% 0.33% -
HSV(B) 232.09º 0.87% 0.58% -
XYZ 6.37 3.64 28.8 -
YUV 44.69 186.87 110.39 -
System Red Green Blue C M Y K H S L
Decimal 20 37 149 0.87 0.75 0 0.42 232.09 0.76 0.33
Hex 14 25 95 57 4B 0 2A E8 4C 21
Octal 24 45 225 127 113 0 52 350 114 41
Binary 10100 100101 10010101 1010111 1001011 0 101010 11101000 1001100 100001

Color Harmonies of #142595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142595

Black with #142595

Text Example


Text Example

White with #142595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142595; }

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

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

background-color css

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

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

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

border-color css

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

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

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