Html Css Color HEX #143792 Egyptian Blue

📋 copy color: '#143792'

red 20 ◦ green 55 ◦ blue 146

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

Shades of Egyptian Blue #143792

Tints of Egyptian Blue #143792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 9.05%
G = 24.89%
B = 66.06%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143792 (or 0x143792) is known color: Egyptian Blue. HEX triplet: 14, 37 and 92. RGB value is (20,55,146). Sum of RGB (Red+Green+Blue) = 20+55+146=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #143792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143792 is #EBC86D. Grayscale: #363636. Windows color (decimal): -15452270 or 9582356. OLE color: 9582356.

HSL color Cylindrical-coordinate representation of color #143792: hue angle of 223.33º 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 #143792 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 55 146 -
CMYK 0.86 0.62 0 0.43
HSL 223.33º 0.76% 0.33% -
HSV(B) 223.33º 0.86% 0.57% -
XYZ 6.84 4.96 27.79 -
YUV 54.91 179.4 103.1 -
System Red Green Blue C M Y K H S L
Decimal 20 55 146 0.86 0.62 0 0.43 223.33 0.76 0.33
Hex 14 37 92 56 3E 0 2B DF 4C 21
Octal 24 67 222 126 76 0 53 337 114 41
Binary 10100 110111 10010010 1010110 111110 0 101011 11011111 1001100 100001

Color Harmonies of #143792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143792

Black with #143792

Text Example


Text Example

White with #143792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143792; }

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

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

background-color css

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

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

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

border-color css

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

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

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