Html Css Color HEX #143494 Egyptian Blue

📋 copy color: '#143494'

red 20 ◦ green 52 ◦ blue 148

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

Shades of Egyptian Blue #143494

Tints of Egyptian Blue #143494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.27%

R = 9.09%
G = 23.64%
B = 67.27%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143494 (or 0x143494) is known color: Egyptian Blue. HEX triplet: 14, 34 and 94. RGB value is (20,52,148). Sum of RGB (Red+Green+Blue) = 20+52+148=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #143494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143494 is #EBCB6B. Grayscale: #343434. Windows color (decimal): -15453036 or 9712660. OLE color: 9712660.

HSL color Cylindrical-coordinate representation of color #143494: hue angle of 225º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143494 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 52 148 -
CMYK 0.86 0.65 0 0.42
HSL 225º 0.76% 0.33% -
HSV(B) 225º 0.86% 0.58% -
XYZ 6.86 4.74 28.57 -
YUV 53.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 20 52 148 0.86 0.65 0 0.42 225 0.76 0.33
Hex 14 34 94 56 41 0 2A E1 4C 21
Octal 24 64 224 126 101 0 52 341 114 41
Binary 10100 110100 10010100 1010110 1000001 0 101010 11100001 1001100 100001

Color Harmonies of #143494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143494

Black with #143494

Text Example


Text Example

White with #143494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143494; }

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

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

background-color css

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

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

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

border-color css

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

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

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