Html Css Color HEX #14289B Egyptian Blue

📋 copy color: '#14289B'

red 20 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #14289B

Tints of Egyptian Blue #14289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.09%

R = 9.3%
G = 18.6%
B = 72.09%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14289B (or 0x14289B) is known color: Egyptian Blue. HEX triplet: 14, 28 and 9B. RGB value is (20,40,155). Sum of RGB (Red+Green+Blue) = 20+40+155=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #14289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14289B is #EBD764. Grayscale: #2E2E2E. Windows color (decimal): -15456101 or 10168340. OLE color: 10168340.

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

Color convert

RGB 20 40 155 -
CMYK 0.87 0.74 0 0.39
HSL 231.11º 0.77% 0.34% -
HSV(B) 231.11º 0.87% 0.61% -
XYZ 6.96 4.03 31.42 -
YUV 47.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 20 40 155 0.87 0.74 0 0.39 231.11 0.77 0.34
Hex 14 28 9B 57 4A 0 27 E7 4D 22
Octal 24 50 233 127 112 0 47 347 115 42
Binary 10100 101000 10011011 1010111 1001010 0 100111 11100111 1001101 100010

Color Harmonies of #14289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14289B

Black with #14289B

Text Example


Text Example

White with #14289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14289B; }

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

 H1.HeaderClassName
 {
   color: #14289B;
 }
 .AnyTagClassName
 {
   color: #14289B;
 }
</style>

background-color css

<style>
 a { background-color: #14289B; }

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

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

border-color css

<style>
 span { border-color: #14289B; }

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

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