#142972

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

Shades of Sapphire #142972

Tints of Sapphire #142972

Color information

#142972 (or 0x142972) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 72. RGB value is (20,41,114). Sum of RGB (Red+Green+Blue) = 20+41+114=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #142972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142972 is #EBD68D. Grayscale: #2A2A2A. Windows color (decimal): -15455886 or 7481620. OLE color: 7481620.

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

Color convert

RGB2041114-
CMYK0.820.6400.55
HSL226.6º70.15%26.27%-
HSV(B)226.6º82.46%44.71%-
XYZ4.122.9516.27-
YUV43.04168.04111.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=11.43%
G=23.43%
B=65.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20411140.820.6400.55226.670.1526.27
Hex1429725240037e3461a
Octal245116212210006734310632
Binary10100101001111001010100101000000011011111100011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142972; }

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

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

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

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

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

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

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

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