Html Css Color HEX #14469B Egyptian Blue

📋 copy color: '#14469B'

red 20 ◦ green 70 ◦ blue 155

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

Shades of Egyptian Blue #14469B

Tints of Egyptian Blue #14469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 8.16%
G = 28.57%
B = 63.27%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14469B (or 0x14469B) is known color: Egyptian Blue. HEX triplet: 14, 46 and 9B. RGB value is (20,70,155). Sum of RGB (Red+Green+Blue) = 20+70+155=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #14469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14469B is #EBB964. Grayscale: #404040. Windows color (decimal): -15448421 or 10176020. OLE color: 10176020.

HSL color Cylindrical-coordinate representation of color #14469B: hue angle of 217.78º 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 #14469B is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 70 155 -
CMYK 0.87 0.55 0 0.39
HSL 217.78º 0.77% 0.34% -
HSV(B) 217.78º 0.87% 0.61% -
XYZ 8.4 6.9 31.9 -
YUV 64.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 20 70 155 0.87 0.55 0 0.39 217.78 0.77 0.34
Hex 14 46 9B 57 37 0 27 DA 4D 22
Octal 24 106 233 127 67 0 47 332 115 42
Binary 10100 1000110 10011011 1010111 110111 0 100111 11011010 1001101 100010

Color Harmonies of #14469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14469B

Black with #14469B

Text Example


Text Example

White with #14469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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