#142959

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

Shades of Sapphire #142959

Tints of Sapphire #142959

Color information

#142959 (or 0x142959) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 59. RGB value is (20,41,89). Sum of RGB (Red+Green+Blue) = 20+41+89=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #142959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142959 is #EBD6A6. Grayscale: #272727. Windows color (decimal): -15455911 or 5843220. OLE color: 5843220.

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

Color convert

RGB204189-
CMYK0.780.5400.65
HSL221.74º63.3%21.37%-
HSV(B)221.74º77.53%34.9%-
XYZ2.882.469.77-
YUV40.19155.54113.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 89 (35.16% from 255) = 59.33%
R=13.33%
G=27.33%
B=59.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2041890.780.5400.65221.7463.321.37
Hex1429594E36041de3f15
Octal24511311166601013367725
Binary1010010100110110011001110110110010000011101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142959; }

 p { color: rgb(20,41,89); }

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

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

 a { background-color: rgb(20,41,89); }

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

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

 span { border-color: rgb(20,41,89); }

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