Html Css Color HEX #143992 Egyptian Blue

📋 copy color: '#143992'

red 20 ◦ green 57 ◦ blue 146

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

Shades of Egyptian Blue #143992

Tints of Egyptian Blue #143992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 8.97%
G = 25.56%
B = 65.47%

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

#143992 (or 0x143992) is known color: Egyptian Blue. HEX triplet: 14, 39 and 92. RGB value is (20,57,146). Sum of RGB (Red+Green+Blue) = 20+57+146=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #143992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143992 is #EBC66D. Grayscale: #373737. Windows color (decimal): -15451758 or 9582868. OLE color: 9582868.

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

Color convert

RGB 20 57 146 -
CMYK 0.86 0.61 0 0.43
HSL 222.38º 0.76% 0.33% -
HSV(B) 222.38º 0.86% 0.57% -
XYZ 6.94 5.15 27.82 -
YUV 56.08 178.74 102.26 -
System Red Green Blue C M Y K H S L
Decimal 20 57 146 0.86 0.61 0 0.43 222.38 0.76 0.33
Hex 14 39 92 56 3D 0 2B DE 4C 21
Octal 24 71 222 126 75 0 53 336 114 41
Binary 10100 111001 10010010 1010110 111101 0 101011 11011110 1001100 100001

Color Harmonies of #143992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143992

Black with #143992

Text Example


Text Example

White with #143992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143992; }

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

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

background-color css

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

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

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

border-color css

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

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

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