Html Css Color HEX #14308F Egyptian Blue

📋 copy color: '#14308F'

red 20 ◦ green 48 ◦ blue 143

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

Shades of Egyptian Blue #14308F

Tints of Egyptian Blue #14308F

RGB

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

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

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

R = 9.48%
G = 22.75%
B = 67.77%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14308F (or 0x14308F) is known color: Egyptian Blue. HEX triplet: 14, 30 and 8F. RGB value is (20,48,143). Sum of RGB (Red+Green+Blue) = 20+48+143=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #14308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14308F is #EBCF70. Grayscale: #323232. Windows color (decimal): -15454065 or 9383956. OLE color: 9383956.

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

Color convert

RGB 20 48 143 -
CMYK 0.86 0.66 0 0.44
HSL 226.34º 0.75% 0.32% -
HSV(B) 226.34º 0.86% 0.56% -
XYZ 6.3 4.25 26.47 -
YUV 50.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 20 48 143 0.86 0.66 0 0.44 226.34 0.75 0.32
Hex 14 30 8F 56 42 0 2C E2 4B 20
Octal 24 60 217 126 102 0 54 342 113 40
Binary 10100 110000 10001111 1010110 1000010 0 101100 11100010 1001011 100000

Color Harmonies of #14308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14308F

Black with #14308F

Text Example


Text Example

White with #14308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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