#142961

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

Shades of Sapphire #142961

Tints of Sapphire #142961

Color information

#142961 (or 0x142961) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 61. RGB value is (20,41,97). Sum of RGB (Red+Green+Blue) = 20+41+97=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #142961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142961 is #EBD69E. Grayscale: #282828. Windows color (decimal): -15455903 or 6367508. OLE color: 6367508.

HSL color Cylindrical-coordinate representation of color #142961: hue angle of 223.64º 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 #142961 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204197-
CMYK0.790.5800.62
HSL223.64º65.81%22.94%-
HSV(B)223.64º79.38%38.04%-
XYZ3.242.611.64-
YUV41.1159.54112.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=12.66%
G=25.95%
B=61.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2041970.790.5800.62223.6465.8122.94
Hex1429614F3A03Ee04217
Octal24511411177207634010227
Binary1010010100111000011001111111010011111011100000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142961; }

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

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

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

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

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

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

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

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