Html Css Color HEX #14469C Egyptian Blue

📋 copy color: '#14469C'

red 20 ◦ green 70 ◦ blue 156

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

Shades of Egyptian Blue #14469C

Tints of Egyptian Blue #14469C

RGB

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

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

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

R = 8.13%
G = 28.46%
B = 63.41%

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

#14469C (or 0x14469C) is known color: Egyptian Blue. HEX triplet: 14, 46 and 9C. RGB value is (20,70,156). Sum of RGB (Red+Green+Blue) = 20+70+156=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #14469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14469C is #EBB963. Grayscale: #404040. Windows color (decimal): -15448420 or 10241556. OLE color: 10241556.

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

Color convert

RGB 20 70 156 -
CMYK 0.87 0.55 0 0.39
HSL 217.94º 0.77% 0.35% -
HSV(B) 217.94º 0.87% 0.61% -
XYZ 8.48 6.93 32.34 -
YUV 64.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 20 70 156 0.87 0.55 0 0.39 217.94 0.77 0.35
Hex 14 46 9C 57 37 0 27 DA 4D 23
Octal 24 106 234 127 67 0 47 332 115 43
Binary 10100 1000110 10011100 1010111 110111 0 100111 11011010 1001101 100011

Color Harmonies of #14469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14469C

Black with #14469C

Text Example


Text Example

White with #14469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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