#142960

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

Shades of Sapphire #142960

Tints of Sapphire #142960

Color information

#142960 (or 0x142960) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 60. RGB value is (20,41,96). Sum of RGB (Red+Green+Blue) = 20+41+96=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #142960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142960 is #EBD69F. Grayscale: #282828. Windows color (decimal): -15455904 or 6301972. OLE color: 6301972.

HSL color Cylindrical-coordinate representation of color #142960: hue angle of 223.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142960 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204196-
CMYK0.790.5700.62
HSL223.42º65.52%22.75%-
HSV(B)223.42º79.17%37.65%-
XYZ3.192.5811.4-
YUV40.99159.04113.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=12.74%
G=26.11%
B=61.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2041960.790.5700.62223.4265.5222.75
Hex1429604F3903Edf4217
Octal24511401177107633710227
Binary1010010100111000001001111111001011111011011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142960; }

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

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

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

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

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

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

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

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