Html Css Color HEX #143092 Egyptian Blue

📋 copy color: '#143092'

red 20 ◦ green 48 ◦ blue 146

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

Shades of Egyptian Blue #143092

Tints of Egyptian Blue #143092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

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

R = 9.35%
G = 22.43%
B = 68.22%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143092 (or 0x143092) is known color: Egyptian Blue. HEX triplet: 14, 30 and 92. RGB value is (20,48,146). Sum of RGB (Red+Green+Blue) = 20+48+146=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #143092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143092 is #EBCF6D. Grayscale: #323232. Windows color (decimal): -15454062 or 9580564. OLE color: 9580564.

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

Color convert

RGB 20 48 146 -
CMYK 0.86 0.67 0 0.43
HSL 226.67º 0.76% 0.33% -
HSV(B) 226.67º 0.86% 0.57% -
XYZ 6.53 4.34 27.69 -
YUV 50.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 20 48 146 0.86 0.67 0 0.43 226.67 0.76 0.33
Hex 14 30 92 56 43 0 2B E3 4C 21
Octal 24 60 222 126 103 0 53 343 114 41
Binary 10100 110000 10010010 1010110 1000011 0 101011 11100011 1001100 100001

Color Harmonies of #143092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143092

Black with #143092

Text Example


Text Example

White with #143092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143092; }

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

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

background-color css

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

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

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

border-color css

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

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

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