Html Css Color HEX #14309C Egyptian Blue

📋 copy color: '#14309C'

red 20 ◦ green 48 ◦ blue 156

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

Shades of Egyptian Blue #14309C

Tints of Egyptian Blue #14309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 8.93%
G = 21.43%
B = 69.64%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14309C (or 0x14309C) is known color: Egyptian Blue. HEX triplet: 14, 30 and 9C. RGB value is (20,48,156). Sum of RGB (Red+Green+Blue) = 20+48+156=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #14309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14309C is #EBCF63. Grayscale: #333333. Windows color (decimal): -15454052 or 10235924. OLE color: 10235924.

HSL color Cylindrical-coordinate representation of color #14309C: hue angle of 227.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14309C is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 48 156 -
CMYK 0.87 0.69 0 0.39
HSL 227.65º 0.77% 0.35% -
HSV(B) 227.65º 0.87% 0.61% -
XYZ 7.35 4.66 31.97 -
YUV 51.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 20 48 156 0.87 0.69 0 0.39 227.65 0.77 0.35
Hex 14 30 9C 57 45 0 27 E4 4D 23
Octal 24 60 234 127 105 0 47 344 115 43
Binary 10100 110000 10011100 1010111 1000101 0 100111 11100100 1001101 100011

Color Harmonies of #14309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14309C

Black with #14309C

Text Example


Text Example

White with #14309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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