#143167

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

Shades of Sapphire #143167

Tints of Sapphire #143167

Color information

#143167 (or 0x143167) is unknown color: approx Sapphire. HEX triplet: 14, 31 and 67. RGB value is (20,49,103). Sum of RGB (Red+Green+Blue) = 20+49+103=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #143167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143167 is #EBCE98. Grayscale: #2E2E2E. Windows color (decimal): -15453849 or 6762772. OLE color: 6762772.

HSL color Cylindrical-coordinate representation of color #143167: hue angle of 219.04º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143167 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2049103-
CMYK0.810.5200.60
HSL219.04º67.48%24.12%-
HSV(B)219.04º80.58%40.39%-
XYZ3.833.3213.27-
YUV46.48159.89109.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 103 (40.62% from 255) = 59.88%
R=11.63%
G=28.49%
B=59.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20491030.810.5200.60219.0467.4824.12
Hex143167513403Cdb4318
Octal24611471216407433310330
Binary1010011000111001111010001110100011110011011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143167; }

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

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

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

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

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

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

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

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