Html Css Color HEX #142C8F Egyptian Blue

📋 copy color: '#142C8F'

red 20 ◦ green 44 ◦ blue 143

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

Shades of Egyptian Blue #142C8F

Tints of Egyptian Blue #142C8F

RGB

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

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

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

R = 9.66%
G = 21.26%
B = 69.08%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#142C8F (or 0x142C8F) is known color: Egyptian Blue. HEX triplet: 14, 2C and 8F. RGB value is (20,44,143). Sum of RGB (Red+Green+Blue) = 20+44+143=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #142C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C8F is #EBD370. Grayscale: #2F2F2F. Windows color (decimal): -15455089 or 9382932. OLE color: 9382932.

HSL color Cylindrical-coordinate representation of color #142C8F: hue angle of 228.29º 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 #142C8F is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 44 143 -
CMYK 0.86 0.69 0 0.44
HSL 228.29º 0.75% 0.32% -
HSV(B) 228.29º 0.86% 0.56% -
XYZ 6.15 3.93 26.42 -
YUV 48.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 20 44 143 0.86 0.69 0 0.44 228.29 0.75 0.32
Hex 14 2C 8F 56 45 0 2C E4 4B 20
Octal 24 54 217 126 105 0 54 344 113 40
Binary 10100 101100 10001111 1010110 1000101 0 101100 11100100 1001011 100000

Color Harmonies of #142C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C8F

Black with #142C8F

Text Example


Text Example

White with #142C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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