#143173

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

Shades of Sapphire #143173

Tints of Sapphire #143173

Color information

#143173 (or 0x143173) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 73. RGB value is (20,49,115). Sum of RGB (Red+Green+Blue) = 20+49+115=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #143173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143173 is #EBCE8C. Grayscale: #2F2F2F. Windows color (decimal): -15453837 or 7549204. OLE color: 7549204.

HSL color Cylindrical-coordinate representation of color #143173: hue angle of 221.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143173 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2049115-
CMYK0.830.5700.55
HSL221.68º70.37%26.47%-
HSV(B)221.68º82.61%45.1%-
XYZ4.483.5816.68-
YUV47.85165.89108.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=10.87%
G=26.63%
B=62.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20491150.830.5700.55221.6870.3726.47
Hex1431735339037de461a
Octal24611631237106733610632
Binary1010011000111100111010011111001011011111011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143173; }

 p { color: rgb(20,49,115); }

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

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

 a { background-color: rgb(20,49,115); }

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

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

 span { border-color: rgb(20,49,115); }

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