#143998

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

Shades of Egyptian Blue #143998

Tints of Egyptian Blue #143998

Color information

#143998 (or 0x143998) is unknown color: approx Egyptian Blue. HEX triplet: 14, 39 and 98. RGB value is (20,57,152). Sum of RGB (Red+Green+Blue) = 20+57+152=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #143998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143998 is #EBC667. Grayscale: #383838. Windows color (decimal): -15451752 or 9976084. OLE color: 9976084.

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

Color convert

RGB2057152-
CMYK0.870.6200.40
HSL223.18º76.74%33.73%-
HSV(B)223.18º86.84%59.61%-
XYZ7.425.3430.35-
YUV56.77181.74101.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 152 (59.77% from 255) = 66.38%
R=8.73%
G=24.89%
B=66.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20571520.870.6200.40223.1876.7433.73
Hex143998573E028df4d22
Octal24712301277605033711542
Binary101001110011001100010101111111100101000110111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143998; }

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

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

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

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

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

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

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

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