#142979

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

Shades of Sapphire #142979

Tints of Sapphire #142979

Color information

#142979 (or 0x142979) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 79. RGB value is (20,41,121). Sum of RGB (Red+Green+Blue) = 20+41+121=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 121 (47.66% from 255 or 66.48% from 182); Max value from RGB is 121 - color contains mainly: blue. Hex color #142979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142979 is #EBD686. Grayscale: #2B2B2B. Windows color (decimal): -15455879 or 7940372. OLE color: 7940372.

HSL color Cylindrical-coordinate representation of color #142979: hue angle of 227.52º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142979 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2041121-
CMYK0.830.6600.53
HSL227.52º71.63%27.65%-
HSV(B)227.52º83.47%47.45%-
XYZ4.533.1218.45-
YUV43.84171.54111-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 121 (47.66% from 255) = 66.48%
R=10.99%
G=22.53%
B=66.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20411210.830.6600.53227.5271.6327.65
Hex1429795342035e4481c
Octal245117112310206534411034
Binary10100101001111100110100111000010011010111100100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142979; }

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

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

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

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

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

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

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

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