#142970

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

Shades of Sapphire #142970

Tints of Sapphire #142970

Color information

#142970 (or 0x142970) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 70. RGB value is (20,41,112). Sum of RGB (Red+Green+Blue) = 20+41+112=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #142970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142970 is #EBD68F. Grayscale: #2A2A2A. Windows color (decimal): -15455888 or 7350548. OLE color: 7350548.

HSL color Cylindrical-coordinate representation of color #142970: hue angle of 226.3º 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 #142970 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2041112-
CMYK0.820.6300.56
HSL226.3º69.7%25.88%-
HSV(B)226.3º82.14%43.92%-
XYZ4.012.915.68-
YUV42.82167.04111.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 112 (44.14% from 255) = 64.74%
R=11.56%
G=23.70%
B=64.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20411120.820.6300.56226.369.725.88
Hex142970523F038e2461a
Octal24511601227707034210632
Binary1010010100111100001010010111111011100011100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142970; }

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

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

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

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

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

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

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

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