Html Css Color HEX #142794 Egyptian Blue

📋 copy color: '#142794'

red 20 ◦ green 39 ◦ blue 148

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

Shades of Egyptian Blue #142794

Tints of Egyptian Blue #142794

RGB

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

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

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

R = 9.66%
G = 18.84%
B = 71.5%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142794 (or 0x142794) is known color: Egyptian Blue. HEX triplet: 14, 27 and 94. RGB value is (20,39,148). Sum of RGB (Red+Green+Blue) = 20+39+148=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #142794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142794 is #EBD86B. Grayscale: #2D2D2D. Windows color (decimal): -15456364 or 9709332. OLE color: 9709332.

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

Color convert

RGB 20 39 148 -
CMYK 0.86 0.74 0 0.42
HSL 231.09º 0.76% 0.33% -
HSV(B) 231.09º 0.86% 0.58% -
XYZ 6.36 3.74 28.4 -
YUV 45.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 20 39 148 0.86 0.74 0 0.42 231.09 0.76 0.33
Hex 14 27 94 56 4A 0 2A E7 4C 21
Octal 24 47 224 126 112 0 52 347 114 41
Binary 10100 100111 10010100 1010110 1001010 0 101010 11100111 1001100 100001

Color Harmonies of #142794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142794

Black with #142794

Text Example


Text Example

White with #142794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142794; }

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

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

background-color css

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

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

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

border-color css

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

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

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