Html Css Color HEX #143592 Egyptian Blue

📋 copy color: '#143592'

red 20 ◦ green 53 ◦ blue 146

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

Shades of Egyptian Blue #143592

Tints of Egyptian Blue #143592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 9.13%
G = 24.2%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143592 (or 0x143592) is known color: Egyptian Blue. HEX triplet: 14, 35 and 92. RGB value is (20,53,146). Sum of RGB (Red+Green+Blue) = 20+53+146=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #143592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143592 is #EBCA6D. Grayscale: #353535. Windows color (decimal): -15452782 or 9581844. OLE color: 9581844.

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

Color convert

RGB 20 53 146 -
CMYK 0.86 0.64 0 0.43
HSL 224.29º 0.76% 0.33% -
HSV(B) 224.29º 0.86% 0.57% -
XYZ 6.75 4.77 27.76 -
YUV 53.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 20 53 146 0.86 0.64 0 0.43 224.29 0.76 0.33
Hex 14 35 92 56 40 0 2B E0 4C 21
Octal 24 65 222 126 100 0 53 340 114 41
Binary 10100 110101 10010010 1010110 1000000 0 101011 11100000 1001100 100001

Color Harmonies of #143592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143592

Black with #143592

Text Example


Text Example

White with #143592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143592; }

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

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

background-color css

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

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

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

border-color css

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

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

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