Html Css Color HEX #143D93 Egyptian Blue

📋 copy color: '#143D93'

red 20 ◦ green 61 ◦ blue 147

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

Shades of Egyptian Blue #143D93

Tints of Egyptian Blue #143D93

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 8.77%
G = 26.75%
B = 64.47%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143D93 (or 0x143D93) is known color: Egyptian Blue. HEX triplet: 14, 3D and 93. RGB value is (20,61,147). Sum of RGB (Red+Green+Blue) = 20+61+147=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #143D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D93 is #EBC26C. Grayscale: #3A3A3A. Windows color (decimal): -15450733 or 9649428. OLE color: 9649428.

HSL color Cylindrical-coordinate representation of color #143D93: hue angle of 220.63º 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 #143D93 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 61 147 -
CMYK 0.86 0.59 0 0.42
HSL 220.63º 0.76% 0.33% -
HSV(B) 220.63º 0.86% 0.58% -
XYZ 7.22 5.59 28.3 -
YUV 58.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 20 61 147 0.86 0.59 0 0.42 220.63 0.76 0.33
Hex 14 3D 93 56 3B 0 2A DD 4C 21
Octal 24 75 223 126 73 0 52 335 114 41
Binary 10100 111101 10010011 1010110 111011 0 101010 11011101 1001100 100001

Color Harmonies of #143D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D93

Black with #143D93

Text Example


Text Example

White with #143D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143D93; }

 p { color: rgb(20,61,147); }

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

background-color css

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

 a { background-color: rgb(20,61,147); }

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

border-color css

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

 span { border-color: rgb(20,61,147); }

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