Html Css Color HEX #143D9F Egyptian Blue

📋 copy color: '#143D9F'

red 20 ◦ green 61 ◦ blue 159

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

Shades of Egyptian Blue #143D9F

Tints of Egyptian Blue #143D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 8.33%
G = 25.42%
B = 66.25%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#143D9F (or 0x143D9F) is known color: Egyptian Blue. HEX triplet: 14, 3D and 9F. RGB value is (20,61,159). Sum of RGB (Red+Green+Blue) = 20+61+159=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #143D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D9F is #EBC260. Grayscale: #3B3B3B. Windows color (decimal): -15450721 or 10435860. OLE color: 10435860.

HSL color Cylindrical-coordinate representation of color #143D9F: hue angle of 222.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143D9F is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 61 159 -
CMYK 0.87 0.62 0 0.38
HSL 222.3º 0.78% 0.35% -
HSV(B) 222.3º 0.87% 0.62% -
XYZ 8.22 5.99 33.52 -
YUV 59.91 183.92 99.53 -
System Red Green Blue C M Y K H S L
Decimal 20 61 159 0.87 0.62 0 0.38 222.3 0.78 0.35
Hex 14 3D 9F 57 3E 0 26 DE 4E 23
Octal 24 75 237 127 76 0 46 336 116 43
Binary 10100 111101 10011111 1010111 111110 0 100110 11011110 1001110 100011

Color Harmonies of #143D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D9F

Black with #143D9F

Text Example


Text Example

White with #143D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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