Html Css Color HEX #14288F Egyptian Blue

📋 copy color: '#14288F'

red 20 ◦ green 40 ◦ blue 143

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

Shades of Egyptian Blue #14288F

Tints of Egyptian Blue #14288F

RGB

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

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

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

R = 9.85%
G = 19.7%
B = 70.44%

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

#14288F (or 0x14288F) is known color: Egyptian Blue. HEX triplet: 14, 28 and 8F. RGB value is (20,40,143). Sum of RGB (Red+Green+Blue) = 20+40+143=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #14288F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14288F is #EBD770. Grayscale: #2D2D2D. Windows color (decimal): -15456113 or 9381908. OLE color: 9381908.

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

Color convert

RGB 20 40 143 -
CMYK 0.86 0.72 0 0.44
HSL 230.24º 0.75% 0.32% -
HSV(B) 230.24º 0.86% 0.56% -
XYZ 6.01 3.65 26.37 -
YUV 45.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 20 40 143 0.86 0.72 0 0.44 230.24 0.75 0.32
Hex 14 28 8F 56 48 0 2C E6 4B 20
Octal 24 50 217 126 110 0 54 346 113 40
Binary 10100 101000 10001111 1010110 1001000 0 101100 11100110 1001011 100000

Color Harmonies of #14288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14288F

Black with #14288F

Text Example


Text Example

White with #14288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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