#143174

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

Shades of Sapphire #143174

Tints of Sapphire #143174

Color information

#143174 (or 0x143174) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 74. RGB value is (20,49,116). Sum of RGB (Red+Green+Blue) = 20+49+116=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #143174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143174 is #EBCE8B. Grayscale: #2F2F2F. Windows color (decimal): -15453836 or 7614740. OLE color: 7614740.

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

Color convert

RGB2049116-
CMYK0.830.5800.55
HSL221.88º70.59%26.67%-
HSV(B)221.88º82.76%45.49%-
XYZ4.543.6116.98-
YUV47.97166.39108.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=10.81%
G=26.49%
B=62.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20491160.830.5800.55221.8870.5926.67
Hex143174533A037de471b
Octal24611641237206733610733
Binary1010011000111101001010011111010011011111011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143174; }

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

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

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

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

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

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

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

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