Html Css Color HEX #142594 Egyptian Blue

📋 copy color: '#142594'

red 20 ◦ green 37 ◦ blue 148

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

Shades of Egyptian Blue #142594

Tints of Egyptian Blue #142594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.2%

R = 9.76%
G = 18.05%
B = 72.2%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142594 (or 0x142594) is known color: Egyptian Blue. HEX triplet: 14, 25 and 94. RGB value is (20,37,148). Sum of RGB (Red+Green+Blue) = 20+37+148=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #142594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142594 is #EBDA6B. Grayscale: #2C2C2C. Windows color (decimal): -15456876 or 9708820. OLE color: 9708820.

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

Color convert

RGB 20 37 148 -
CMYK 0.86 0.75 0 0.42
HSL 232.03º 0.76% 0.33% -
HSV(B) 232.03º 0.86% 0.58% -
XYZ 6.3 3.61 28.38 -
YUV 44.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 20 37 148 0.86 0.75 0 0.42 232.03 0.76 0.33
Hex 14 25 94 56 4B 0 2A E8 4C 21
Octal 24 45 224 126 113 0 52 350 114 41
Binary 10100 100101 10010100 1010110 1001011 0 101010 11101000 1001100 100001

Color Harmonies of #142594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142594

Black with #142594

Text Example


Text Example

White with #142594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142594; }

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

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

background-color css

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

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

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

border-color css

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

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

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