Html Css Color HEX #143192 Egyptian Blue

📋 copy color: '#143192'

red 20 ◦ green 49 ◦ blue 146

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

Shades of Egyptian Blue #143192

Tints of Egyptian Blue #143192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 146 (57.42% from 255) = 67.91%

R = 9.3%
G = 22.79%
B = 67.91%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143192 (or 0x143192) is known color: Egyptian Blue. HEX triplet: 14, 31 and 92. RGB value is (20,49,146). Sum of RGB (Red+Green+Blue) = 20+49+146=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #143192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143192 is #EBCE6D. Grayscale: #323232. Windows color (decimal): -15453806 or 9580820. OLE color: 9580820.

HSL color Cylindrical-coordinate representation of color #143192: hue angle of 226.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143192 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 49 146 -
CMYK 0.86 0.66 0 0.43
HSL 226.19º 0.76% 0.33% -
HSV(B) 226.19º 0.86% 0.57% -
XYZ 6.58 4.42 27.7 -
YUV 51.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 20 49 146 0.86 0.66 0 0.43 226.19 0.76 0.33
Hex 14 31 92 56 42 0 2B E2 4C 21
Octal 24 61 222 126 102 0 53 342 114 41
Binary 10100 110001 10010010 1010110 1000010 0 101011 11100010 1001100 100001

Color Harmonies of #143192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143192

Black with #143192

Text Example


Text Example

White with #143192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143192; }

 p { color: rgb(20,49,146); }

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

background-color css

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

 a { background-color: rgb(20,49,146); }

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

border-color css

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

 span { border-color: rgb(20,49,146); }

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