#142951

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

Shades of Sapphire #142951

Tints of Sapphire #142951

Color information

#142951 (or 0x142951) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 51. RGB value is (20,41,81). Sum of RGB (Red+Green+Blue) = 20+41+81=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #142951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142951 is #EBD6AE. Grayscale: #272727. Windows color (decimal): -15455919 or 5318932. OLE color: 5318932.

HSL color Cylindrical-coordinate representation of color #142951: hue angle of 219.34º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142951 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB204181-
CMYK0.750.4900.68
HSL219.34º60.4%19.8%-
HSV(B)219.34º75.31%31.76%-
XYZ2.572.338.1-
YUV39.28151.54114.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=14.08%
G=28.87%
B=57.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2041810.750.4900.68219.3460.419.8
Hex1429514B31044db3c14
Octal24511211136101043337424
Binary1010010100110100011001011110001010001001101101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142951; }

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

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

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

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

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

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

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

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