Html Css Color HEX #14288E Egyptian Blue

📋 copy color: '#14288E'

red 20 ◦ green 40 ◦ blue 142

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

Shades of Egyptian Blue #14288E

Tints of Egyptian Blue #14288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.8%

 BLUE value IS 142 (55.86% from 255) = 70.3%

R = 9.9%
G = 19.8%
B = 70.3%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14288E (or 0x14288E) is known color: Egyptian Blue. HEX triplet: 14, 28 and 8E. RGB value is (20,40,142). Sum of RGB (Red+Green+Blue) = 20+40+142=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #14288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14288E is #EBD771. Grayscale: #2D2D2D. Windows color (decimal): -15456114 or 9316372. OLE color: 9316372.

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

Color convert

RGB 20 40 142 -
CMYK 0.86 0.72 0 0.44
HSL 230.16º 0.75% 0.32% -
HSV(B) 230.16º 0.86% 0.56% -
XYZ 5.93 3.62 25.98 -
YUV 45.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 20 40 142 0.86 0.72 0 0.44 230.16 0.75 0.32
Hex 14 28 8E 56 48 0 2C E6 4B 20
Octal 24 50 216 126 110 0 54 346 113 40
Binary 10100 101000 10001110 1010110 1001000 0 101100 11100110 1001011 100000

Color Harmonies of #14288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14288E

Black with #14288E

Text Example


Text Example

White with #14288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14288E; }

 p { color: rgb(20,40,142); }

 H1.HeaderClassName
 {
   color: #14288E;
 }
 .AnyTagClassName
 {
   color: #14288E;
 }
</style>

background-color css

<style>
 a { background-color: #14288E; }

 a { background-color: rgb(20,40,142); }

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

border-color css

<style>
 span { border-color: #14288E; }

 span { border-color: rgb(20,40,142); }

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