Html Css Color HEX #142A8F Egyptian Blue

📋 copy color: '#142A8F'

red 20 ◦ green 42 ◦ blue 143

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

Shades of Egyptian Blue #142A8F

Tints of Egyptian Blue #142A8F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.49%

 BLUE value IS 143 (56.25% from 255) = 69.76%

R = 9.76%
G = 20.49%
B = 69.76%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#142A8F (or 0x142A8F) is known color: Egyptian Blue. HEX triplet: 14, 2A and 8F. RGB value is (20,42,143). Sum of RGB (Red+Green+Blue) = 20+42+143=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #142A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A8F is #EBD570. Grayscale: #2E2E2E. Windows color (decimal): -15455601 or 9382420. OLE color: 9382420.

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

Color convert

RGB 20 42 143 -
CMYK 0.86 0.71 0 0.44
HSL 229.27º 0.75% 0.32% -
HSV(B) 229.27º 0.86% 0.56% -
XYZ 6.07 3.79 26.4 -
YUV 46.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 20 42 143 0.86 0.71 0 0.44 229.27 0.75 0.32
Hex 14 2A 8F 56 47 0 2C E5 4B 20
Octal 24 52 217 126 107 0 54 345 113 40
Binary 10100 101010 10001111 1010110 1000111 0 101100 11100101 1001011 100000

Color Harmonies of #142A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A8F

Black with #142A8F

Text Example


Text Example

White with #142A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,42,143); }

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

background-color css

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

 a { background-color: rgb(20,42,143); }

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

border-color css

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

 span { border-color: rgb(20,42,143); }

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