Html Css Color HEX #14459A Egyptian Blue

📋 copy color: '#14459A'

red 20 ◦ green 69 ◦ blue 154

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

Shades of Egyptian Blue #14459A

Tints of Egyptian Blue #14459A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.4%

 BLUE value IS 154 (60.55% from 255) = 63.37%

R = 8.23%
G = 28.4%
B = 63.37%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#14459A (or 0x14459A) is known color: Egyptian Blue. HEX triplet: 14, 45 and 9A. RGB value is (20,69,154). Sum of RGB (Red+Green+Blue) = 20+69+154=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #14459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14459A is #EBBA65. Grayscale: #3F3F3F. Windows color (decimal): -15448678 or 10110228. OLE color: 10110228.

HSL color Cylindrical-coordinate representation of color #14459A: hue angle of 218.06º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14459A is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 69 154 -
CMYK 0.87 0.55 0 0.40
HSL 218.06º 0.77% 0.34% -
HSV(B) 218.06º 0.87% 0.6% -
XYZ 8.25 6.74 31.44 -
YUV 64.04 178.77 96.59 -
System Red Green Blue C M Y K H S L
Decimal 20 69 154 0.87 0.55 0 0.40 218.06 0.77 0.34
Hex 14 45 9A 57 37 0 28 DA 4D 22
Octal 24 105 232 127 67 0 50 332 115 42
Binary 10100 1000101 10011010 1010111 110111 0 101000 11011010 1001101 100010

Color Harmonies of #14459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14459A

Black with #14459A

Text Example


Text Example

White with #14459A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14459A; }

 p { color: rgb(20,69,154); }

 H1.HeaderClassName
 {
   color: #14459A;
 }
 .AnyTagClassName
 {
   color: #14459A;
 }
</style>

background-color css

<style>
 a { background-color: #14459A; }

 a { background-color: rgb(20,69,154); }

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

border-color css

<style>
 span { border-color: #14459A; }

 span { border-color: rgb(20,69,154); }

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