Html Css Color HEX #144695 Egyptian Blue

📋 copy color: '#144695'

red 20 ◦ green 70 ◦ blue 149

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

Shades of Egyptian Blue #144695

Tints of Egyptian Blue #144695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 8.37%
G = 29.29%
B = 62.34%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144695 (or 0x144695) is known color: Egyptian Blue. HEX triplet: 14, 46 and 95. RGB value is (20,70,149). Sum of RGB (Red+Green+Blue) = 20+70+149=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #144695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144695 is #EBB96A. Grayscale: #3F3F3F. Windows color (decimal): -15448427 or 9782804. OLE color: 9782804.

HSL color Cylindrical-coordinate representation of color #144695: hue angle of 216.74º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144695 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 70 149 -
CMYK 0.87 0.53 0 0.42
HSL 216.74º 0.76% 0.33% -
HSV(B) 216.74º 0.87% 0.58% -
XYZ 7.9 6.7 29.31 -
YUV 64.06 175.94 96.58 -
System Red Green Blue C M Y K H S L
Decimal 20 70 149 0.87 0.53 0 0.42 216.74 0.76 0.33
Hex 14 46 95 57 35 0 2A D9 4C 21
Octal 24 106 225 127 65 0 52 331 114 41
Binary 10100 1000110 10010101 1010111 110101 0 101010 11011001 1001100 100001

Color Harmonies of #144695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144695

Black with #144695

Text Example


Text Example

White with #144695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144695; }

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

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

background-color css

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

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

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

border-color css

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

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

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