#143997

Color #143997 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #143997

Tints of Egyptian Blue #143997

Color information

#143997 (or 0x143997) is unknown color: approx Egyptian Blue. HEX triplet: 14, 39 and 97. RGB value is (20,57,151). Sum of RGB (Red+Green+Blue) = 20+57+151=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #143997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143997 is #EBC668. Grayscale: #383838. Windows color (decimal): -15451753 or 9910548. OLE color: 9910548.

HSL color Cylindrical-coordinate representation of color #143997: hue angle of 223.05º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143997 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2057151-
CMYK0.870.6200.41
HSL223.05º76.61%33.53%-
HSV(B)223.05º86.75%59.22%-
XYZ7.345.3129.92-
YUV56.65181.24101.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 151 (59.38% from 255) = 66.23%
R=8.77%
G=25%
B=66.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20571510.870.6200.41223.0576.6133.53
Hex143997573E029df4d22
Octal24712271277605133711542
Binary101001110011001011110101111111100101001110111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143997; }

 p { color: rgb(20,57,151); }

 H1.HeaderClassName
 {
   color: #143997;
 }
 .AnyTagClassName
 {
   color: #143997;
 }
</style>
background-color css

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

 a { background-color: rgb(20,57,151); }

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

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

 span { border-color: rgb(20,57,151); }

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