#142861

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

Shades of Sapphire #142861

Tints of Sapphire #142861

Color information

#142861 (or 0x142861) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 61. RGB value is (20,40,97). Sum of RGB (Red+Green+Blue) = 20+40+97=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #142861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142861 is #EBD79E. Grayscale: #282828. Windows color (decimal): -15456159 or 6367252. OLE color: 6367252.

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

Color convert

RGB204097-
CMYK0.790.5900.62
HSL224.42º65.81%22.94%-
HSV(B)224.42º79.38%38.04%-
XYZ3.22.5311.63-
YUV40.52159.87113.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=12.74%
G=25.48%
B=61.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2040970.790.5900.62224.4265.8122.94
Hex1428614F3B03Ee04217
Octal24501411177307634010227
Binary1010010100011000011001111111011011111011100000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142861; }

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

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

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

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

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

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

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

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