#142857

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

Shades of Sapphire #142857

Tints of Sapphire #142857

Color information

#142857 (or 0x142857) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 57. RGB value is (20,40,87). Sum of RGB (Red+Green+Blue) = 20+40+87=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #142857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142857 is #EBD7A8. Grayscale: #272727. Windows color (decimal): -15456169 or 5711892. OLE color: 5711892.

HSL color Cylindrical-coordinate representation of color #142857: hue angle of 222.09º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142857 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB204087-
CMYK0.770.5400.66
HSL222.09º62.62%20.98%-
HSV(B)222.09º77.01%34.12%-
XYZ2.772.359.33-
YUV39.38154.87114.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 87 (34.38% from 255) = 59.18%
R=13.61%
G=27.21%
B=59.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2040870.770.5400.66222.0962.6220.98
Hex1428574D36042de3f15
Octal24501271156601023367725
Binary1010010100010101111001101110110010000101101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142857; }

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

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

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

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

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

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

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

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