Html Css Color HEX #143896 Egyptian Blue

📋 copy color: '#143896'

red 20 ◦ green 56 ◦ blue 150

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

Shades of Egyptian Blue #143896

Tints of Egyptian Blue #143896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.37%

R = 8.85%
G = 24.78%
B = 66.37%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#143896 (or 0x143896) is known color: Egyptian Blue. HEX triplet: 14, 38 and 96. RGB value is (20,56,150). Sum of RGB (Red+Green+Blue) = 20+56+150=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #143896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143896 is #EBC769. Grayscale: #373737. Windows color (decimal): -15452010 or 9844756. OLE color: 9844756.

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

Color convert

RGB 20 56 150 -
CMYK 0.87 0.63 0 0.41
HSL 223.38º 0.76% 0.33% -
HSV(B) 223.38º 0.87% 0.59% -
XYZ 7.21 5.18 29.47 -
YUV 55.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 20 56 150 0.87 0.63 0 0.41 223.38 0.76 0.33
Hex 14 38 96 57 3F 0 29 DF 4C 21
Octal 24 70 226 127 77 0 51 337 114 41
Binary 10100 111000 10010110 1010111 111111 0 101001 11011111 1001100 100001

Color Harmonies of #143896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143896

Black with #143896

Text Example


Text Example

White with #143896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143896; }

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

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

background-color css

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

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

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

border-color css

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

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

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