Html Css Color HEX #143F99 Egyptian Blue

📋 copy color: '#143F99'

red 20 ◦ green 63 ◦ blue 153

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

Shades of Egyptian Blue #143F99

Tints of Egyptian Blue #143F99

RGB

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

 GREEN value IS 63 (25% from 255) = 26.69%

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

R = 8.47%
G = 26.69%
B = 64.83%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#143F99 (or 0x143F99) is known color: Egyptian Blue. HEX triplet: 14, 3F and 99. RGB value is (20,63,153). Sum of RGB (Red+Green+Blue) = 20+63+153=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #143F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F99 is #EBC066. Grayscale: #3C3C3C. Windows color (decimal): -15450215 or 10043156. OLE color: 10043156.

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

Color convert

RGB 20 63 153 -
CMYK 0.87 0.59 0 0.4
HSL 220.6º 0.77% 0.34% -
HSV(B) 220.6º 0.87% 0.6% -
XYZ 7.82 6 30.88 -
YUV 60.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 20 63 153 0.87 0.59 0 0.4 220.6 0.77 0.34
Hex 14 3F 99 57 3B 0 28 DD 4D 22
Octal 24 77 231 127 73 0 50 335 115 42
Binary 10100 111111 10011001 1010111 111011 0 101000 11011101 1001101 100010

Color Harmonies of #143F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F99

Black with #143F99

Text Example


Text Example

White with #143F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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