Html Css Color HEX #143095 Egyptian Blue

📋 copy color: '#143095'

red 20 ◦ green 48 ◦ blue 149

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

Shades of Egyptian Blue #143095

Tints of Egyptian Blue #143095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.66%

R = 9.22%
G = 22.12%
B = 68.66%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143095 (or 0x143095) is known color: Egyptian Blue. HEX triplet: 14, 30 and 95. RGB value is (20,48,149). Sum of RGB (Red+Green+Blue) = 20+48+149=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #143095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143095 is #EBCF6A. Grayscale: #323232. Windows color (decimal): -15454059 or 9777172. OLE color: 9777172.

HSL color Cylindrical-coordinate representation of color #143095: hue angle of 226.98º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143095 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 48 149 -
CMYK 0.87 0.68 0 0.42
HSL 226.98º 0.76% 0.33% -
HSV(B) 226.98º 0.87% 0.58% -
XYZ 6.77 4.43 28.93 -
YUV 51.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 20 48 149 0.87 0.68 0 0.42 226.98 0.76 0.33
Hex 14 30 95 57 44 0 2A E3 4C 21
Octal 24 60 225 127 104 0 52 343 114 41
Binary 10100 110000 10010101 1010111 1000100 0 101010 11100011 1001100 100001

Color Harmonies of #143095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143095

Black with #143095

Text Example


Text Example

White with #143095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143095; }

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

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

background-color css

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

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

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

border-color css

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

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

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