Html Css Color HEX #143099 Egyptian Blue

📋 copy color: '#143099'

red 20 ◦ green 48 ◦ blue 153

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

Shades of Egyptian Blue #143099

Tints of Egyptian Blue #143099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 9.05%
G = 21.72%
B = 69.23%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#143099 (or 0x143099) is known color: Egyptian Blue. HEX triplet: 14, 30 and 99. RGB value is (20,48,153). Sum of RGB (Red+Green+Blue) = 20+48+153=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #143099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143099 is #EBCF66. Grayscale: #333333. Windows color (decimal): -15454055 or 10039316. OLE color: 10039316.

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

Color convert

RGB 20 48 153 -
CMYK 0.87 0.69 0 0.4
HSL 227.37º 0.77% 0.34% -
HSV(B) 227.37º 0.87% 0.6% -
XYZ 7.1 4.56 30.64 -
YUV 51.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 20 48 153 0.87 0.69 0 0.4 227.37 0.77 0.34
Hex 14 30 99 57 45 0 28 E3 4D 22
Octal 24 60 231 127 105 0 50 343 115 42
Binary 10100 110000 10011001 1010111 1000101 0 101000 11100011 1001101 100010

Color Harmonies of #143099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143099

Black with #143099

Text Example


Text Example

White with #143099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143099; }

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

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

background-color css

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

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

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

border-color css

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

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

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