#142971

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

Shades of Sapphire #142971

Tints of Sapphire #142971

Color information

#142971 (or 0x142971) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 71. RGB value is (20,41,113). Sum of RGB (Red+Green+Blue) = 20+41+113=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #142971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142971 is #EBD68E. Grayscale: #2A2A2A. Windows color (decimal): -15455887 or 7416084. OLE color: 7416084.

HSL color Cylindrical-coordinate representation of color #142971: hue angle of 226.45º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142971 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2041113-
CMYK0.820.6400.56
HSL226.45º69.92%26.08%-
HSV(B)226.45º82.3%44.31%-
XYZ4.062.9315.97-
YUV42.93167.54111.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 113 (44.53% from 255) = 64.94%
R=11.49%
G=23.56%
B=64.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20411130.820.6400.56226.4569.9226.08
Hex1429715240038e2461a
Octal245116112210007034210632
Binary10100101001111000110100101000000011100011100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142971; }

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

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

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

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

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

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

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

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