Html Css Color HEX #142798 Egyptian Blue

📋 copy color: '#142798'

red 20 ◦ green 39 ◦ blue 152

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

Shades of Egyptian Blue #142798

Tints of Egyptian Blue #142798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.04%

R = 9.48%
G = 18.48%
B = 72.04%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#142798 (or 0x142798) is known color: Egyptian Blue. HEX triplet: 14, 27 and 98. RGB value is (20,39,152). Sum of RGB (Red+Green+Blue) = 20+39+152=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #142798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142798 is #EBD867. Grayscale: #2D2D2D. Windows color (decimal): -15456360 or 9971476. OLE color: 9971476.

HSL color Cylindrical-coordinate representation of color #142798: hue angle of 231.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142798 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 39 152 -
CMYK 0.87 0.74 0 0.40
HSL 231.36º 0.77% 0.34% -
HSV(B) 231.36º 0.87% 0.6% -
XYZ 6.68 3.87 30.1 -
YUV 46.2 187.71 109.31 -
System Red Green Blue C M Y K H S L
Decimal 20 39 152 0.87 0.74 0 0.40 231.36 0.77 0.34
Hex 14 27 98 57 4A 0 28 E7 4D 22
Octal 24 47 230 127 112 0 50 347 115 42
Binary 10100 100111 10011000 1010111 1001010 0 101000 11100111 1001101 100010

Color Harmonies of #142798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142798

Black with #142798

Text Example


Text Example

White with #142798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142798; }

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

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

background-color css

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

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

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

border-color css

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

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

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