#142871

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

Shades of Sapphire #142871

Tints of Sapphire #142871

Color information

#142871 (or 0x142871) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 71. RGB value is (20,40,113). Sum of RGB (Red+Green+Blue) = 20+40+113=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #142871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142871 is #EBD78E. Grayscale: #2A2A2A. Windows color (decimal): -15456143 or 7415828. OLE color: 7415828.

HSL color Cylindrical-coordinate representation of color #142871: hue angle of 227.1º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142871 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2040113-
CMYK0.820.6500.56
HSL227.1º69.92%26.08%-
HSV(B)227.1º82.3%44.31%-
XYZ4.032.8615.96-
YUV42.34167.87112.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 113 (44.53% from 255) = 65.32%
R=11.56%
G=23.12%
B=65.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20401130.820.6500.56227.169.9226.08
Hex1428715241038e3461a
Octal245016112210107034310632
Binary10100101000111000110100101000001011100011100011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142871; }

 p { color: rgb(20,40,113); }

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

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

 a { background-color: rgb(20,40,113); }

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

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

 span { border-color: rgb(20,40,113); }

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