Html Css Color HEX #143891 Egyptian Blue

📋 copy color: '#143891'

red 20 ◦ green 56 ◦ blue 145

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

Shades of Egyptian Blue #143891

Tints of Egyptian Blue #143891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 145 (57.03% from 255) = 65.61%

R = 9.05%
G = 25.34%
B = 65.61%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143891 (or 0x143891) is known color: Egyptian Blue. HEX triplet: 14, 38 and 91. RGB value is (20,56,145). Sum of RGB (Red+Green+Blue) = 20+56+145=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #143891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143891 is #EBC76E. Grayscale: #363636. Windows color (decimal): -15452015 or 9517076. OLE color: 9517076.

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

Color convert

RGB 20 56 145 -
CMYK 0.86 0.61 0 0.43
HSL 222.72º 0.76% 0.32% -
HSV(B) 222.72º 0.86% 0.57% -
XYZ 6.81 5.02 27.4 -
YUV 55.38 178.57 102.76 -
System Red Green Blue C M Y K H S L
Decimal 20 56 145 0.86 0.61 0 0.43 222.72 0.76 0.32
Hex 14 38 91 56 3D 0 2B DF 4C 20
Octal 24 70 221 126 75 0 53 337 114 40
Binary 10100 111000 10010001 1010110 111101 0 101011 11011111 1001100 100000

Color Harmonies of #143891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143891

Black with #143891

Text Example


Text Example

White with #143891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143891; }

 p { color: rgb(20,56,145); }

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

background-color css

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

 a { background-color: rgb(20,56,145); }

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

border-color css

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

 span { border-color: rgb(20,56,145); }

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