Html Css Color HEX #142C8D Egyptian Blue

📋 copy color: '#142C8D'

red 20 ◦ green 44 ◦ blue 141

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

Shades of Egyptian Blue #142C8D

Tints of Egyptian Blue #142C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.46%

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 9.76%
G = 21.46%
B = 68.78%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#142C8D (or 0x142C8D) is known color: Egyptian Blue. HEX triplet: 14, 2C and 8D. RGB value is (20,44,141). Sum of RGB (Red+Green+Blue) = 20+44+141=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #142C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C8D is #EBD372. Grayscale: #2F2F2F. Windows color (decimal): -15455091 or 9251860. OLE color: 9251860.

HSL color Cylindrical-coordinate representation of color #142C8D: hue angle of 228.1º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142C8D is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 44 141 -
CMYK 0.86 0.69 0 0.45
HSL 228.1º 0.75% 0.32% -
HSV(B) 228.1º 0.86% 0.55% -
XYZ 6 3.87 25.63 -
YUV 47.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 20 44 141 0.86 0.69 0 0.45 228.1 0.75 0.32
Hex 14 2C 8D 56 45 0 2D E4 4B 20
Octal 24 54 215 126 105 0 55 344 113 40
Binary 10100 101100 10001101 1010110 1000101 0 101101 11100100 1001011 100000

Color Harmonies of #142C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C8D

Black with #142C8D

Text Example


Text Example

White with #142C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C8D; }

 p { color: rgb(20,44,141); }

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

background-color css

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

 a { background-color: rgb(20,44,141); }

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

border-color css

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

 span { border-color: rgb(20,44,141); }

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