Html Css Color HEX #143799 Egyptian Blue

📋 copy color: '#143799'

red 20 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #143799

Tints of Egyptian Blue #143799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 153 (60.16% from 255) = 67.11%

R = 8.77%
G = 24.12%
B = 67.11%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#143799 (or 0x143799) is known color: Egyptian Blue. HEX triplet: 14, 37 and 99. RGB value is (20,55,153). Sum of RGB (Red+Green+Blue) = 20+55+153=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #143799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143799 is #EBC866. Grayscale: #373737. Windows color (decimal): -15452263 or 10041108. OLE color: 10041108.

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

Color convert

RGB 20 55 153 -
CMYK 0.87 0.64 0 0.4
HSL 224.21º 0.77% 0.34% -
HSV(B) 224.21º 0.87% 0.6% -
XYZ 7.4 5.18 30.75 -
YUV 55.71 182.9 102.53 -
System Red Green Blue C M Y K H S L
Decimal 20 55 153 0.87 0.64 0 0.4 224.21 0.77 0.34
Hex 14 37 99 57 40 0 28 E0 4D 22
Octal 24 67 231 127 100 0 50 340 115 42
Binary 10100 110111 10011001 1010111 1000000 0 101000 11100000 1001101 100010

Color Harmonies of #143799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143799

Black with #143799

Text Example


Text Example

White with #143799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143799; }

 p { color: rgb(20,55,153); }

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

background-color css

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

 a { background-color: rgb(20,55,153); }

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

border-color css

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

 span { border-color: rgb(20,55,153); }

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