Html Css Color HEX #143C99 Egyptian Blue

📋 copy color: '#143C99'

red 20 ◦ green 60 ◦ blue 153

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

Shades of Egyptian Blue #143C99

Tints of Egyptian Blue #143C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.75%

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

R = 8.58%
G = 25.75%
B = 65.67%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#143C99 (or 0x143C99) is known color: Egyptian Blue. HEX triplet: 14, 3C and 99. RGB value is (20,60,153). Sum of RGB (Red+Green+Blue) = 20+60+153=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #143C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C99 is #EBC366. Grayscale: #3A3A3A. Windows color (decimal): -15450983 or 10042388. OLE color: 10042388.

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

Color convert

RGB 20 60 153 -
CMYK 0.87 0.61 0 0.4
HSL 221.95º 0.77% 0.34% -
HSV(B) 221.95º 0.87% 0.6% -
XYZ 7.65 5.68 30.83 -
YUV 58.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 20 60 153 0.87 0.61 0 0.4 221.95 0.77 0.34
Hex 14 3C 99 57 3D 0 28 DE 4D 22
Octal 24 74 231 127 75 0 50 336 115 42
Binary 10100 111100 10011001 1010111 111101 0 101000 11011110 1001101 100010

Color Harmonies of #143C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C99

Black with #143C99

Text Example


Text Example

White with #143C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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