#143175

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

Shades of Sapphire #143175

Tints of Sapphire #143175

Color information

#143175 (or 0x143175) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 75. RGB value is (20,49,117). Sum of RGB (Red+Green+Blue) = 20+49+117=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #143175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143175 is #EBCE8A. Grayscale: #2F2F2F. Windows color (decimal): -15453835 or 7680276. OLE color: 7680276.

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

Color convert

RGB2049117-
CMYK0.830.5800.54
HSL222.06º70.8%26.86%-
HSV(B)222.06º82.91%45.88%-
XYZ4.63.6317.29-
YUV48.08166.89107.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 117 (46.09% from 255) = 62.90%
R=10.75%
G=26.34%
B=62.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20491170.830.5800.54222.0670.826.86
Hex143175533A036de471b
Octal24611651237206633610733
Binary1010011000111101011010011111010011011011011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143175; }

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

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

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

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

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

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

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

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