Html Css Color HEX #143A92 Egyptian Blue

📋 copy color: '#143A92'

red 20 ◦ green 58 ◦ blue 146

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

Shades of Egyptian Blue #143A92

Tints of Egyptian Blue #143A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

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

R = 8.93%
G = 25.89%
B = 65.18%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#143A92 (or 0x143A92) is known color: Egyptian Blue. HEX triplet: 14, 3A and 92. RGB value is (20,58,146). Sum of RGB (Red+Green+Blue) = 20+58+146=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #143A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A92 is #EBC56D. Grayscale: #383838. Windows color (decimal): -15451502 or 9583124. OLE color: 9583124.

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

Color convert

RGB 20 58 146 -
CMYK 0.86 0.60 0 0.43
HSL 221.9º 0.76% 0.33% -
HSV(B) 221.9º 0.86% 0.57% -
XYZ 6.99 5.25 27.84 -
YUV 56.67 178.41 101.84 -
System Red Green Blue C M Y K H S L
Decimal 20 58 146 0.86 0.60 0 0.43 221.9 0.76 0.33
Hex 14 3A 92 56 3C 0 2B DE 4C 21
Octal 24 72 222 126 74 0 53 336 114 41
Binary 10100 111010 10010010 1010110 111100 0 101011 11011110 1001100 100001

Color Harmonies of #143A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A92

Black with #143A92

Text Example


Text Example

White with #143A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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