Html Css Color HEX #14309F Egyptian Blue

📋 copy color: '#14309F'

red 20 ◦ green 48 ◦ blue 159

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

Shades of Egyptian Blue #14309F

Tints of Egyptian Blue #14309F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 8.81%
G = 21.15%
B = 70.04%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14309F (or 0x14309F) is known color: Egyptian Blue. HEX triplet: 14, 30 and 9F. RGB value is (20,48,159). Sum of RGB (Red+Green+Blue) = 20+48+159=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #14309F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14309F is #EBCF60. Grayscale: #333333. Windows color (decimal): -15454049 or 10432532. OLE color: 10432532.

HSL color Cylindrical-coordinate representation of color #14309F: hue angle of 227.91º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14309F is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 48 159 -
CMYK 0.87 0.70 0 0.38
HSL 227.91º 0.78% 0.35% -
HSV(B) 227.91º 0.87% 0.62% -
XYZ 7.6 4.77 33.32 -
YUV 52.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 20 48 159 0.87 0.70 0 0.38 227.91 0.78 0.35
Hex 14 30 9F 57 46 0 26 E4 4E 23
Octal 24 60 237 127 106 0 46 344 116 43
Binary 10100 110000 10011111 1010111 1000110 0 100110 11100100 1001110 100011

Color Harmonies of #14309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14309F

Black with #14309F

Text Example


Text Example

White with #14309F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,48,159); }

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

background-color css

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

 a { background-color: rgb(20,48,159); }

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

border-color css

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

 span { border-color: rgb(20,48,159); }

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