Html Css Color HEX #143492 Egyptian Blue

📋 copy color: '#143492'

red 20 ◦ green 52 ◦ blue 146

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

Shades of Egyptian Blue #143492

Tints of Egyptian Blue #143492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 9.17%
G = 23.85%
B = 66.97%

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

#143492 (or 0x143492) is known color: Egyptian Blue. HEX triplet: 14, 34 and 92. RGB value is (20,52,146). Sum of RGB (Red+Green+Blue) = 20+52+146=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #143492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143492 is #EBCB6D. Grayscale: #343434. Windows color (decimal): -15453038 or 9581588. OLE color: 9581588.

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

Color convert

RGB 20 52 146 -
CMYK 0.86 0.64 0 0.43
HSL 224.76º 0.76% 0.33% -
HSV(B) 224.76º 0.86% 0.57% -
XYZ 6.7 4.68 27.74 -
YUV 53.15 180.4 104.36 -
System Red Green Blue C M Y K H S L
Decimal 20 52 146 0.86 0.64 0 0.43 224.76 0.76 0.33
Hex 14 34 92 56 40 0 2B E1 4C 21
Octal 24 64 222 126 100 0 53 341 114 41
Binary 10100 110100 10010010 1010110 1000000 0 101011 11100001 1001100 100001

Color Harmonies of #143492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143492

Black with #143492

Text Example


Text Example

White with #143492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143492; }

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

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

background-color css

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

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

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

border-color css

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

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

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