Html Css Color HEX #144395 Egyptian Blue

📋 copy color: '#144395'

red 20 ◦ green 67 ◦ blue 149

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

Shades of Egyptian Blue #144395

Tints of Egyptian Blue #144395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 8.47%
G = 28.39%
B = 63.14%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144395 (or 0x144395) is known color: Egyptian Blue. HEX triplet: 14, 43 and 95. RGB value is (20,67,149). Sum of RGB (Red+Green+Blue) = 20+67+149=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #144395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144395 is #EBBC6A. Grayscale: #3D3D3D. Windows color (decimal): -15449195 or 9782036. OLE color: 9782036.

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

Color convert

RGB 20 67 149 -
CMYK 0.87 0.55 0 0.42
HSL 218.14º 0.76% 0.33% -
HSV(B) 218.14º 0.87% 0.58% -
XYZ 7.72 6.33 29.25 -
YUV 62.3 176.93 97.83 -
System Red Green Blue C M Y K H S L
Decimal 20 67 149 0.87 0.55 0 0.42 218.14 0.76 0.33
Hex 14 43 95 57 37 0 2A DA 4C 21
Octal 24 103 225 127 67 0 52 332 114 41
Binary 10100 1000011 10010101 1010111 110111 0 101010 11011010 1001100 100001

Color Harmonies of #144395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144395

Black with #144395

Text Example


Text Example

White with #144395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144395; }

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

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

background-color css

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

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

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

border-color css

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

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

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