#142863

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

Shades of Sapphire #142863

Tints of Sapphire #142863

Color information

#142863 (or 0x142863) is unknown color: approx Sapphire. HEX triplet: 14, 28 and 63. RGB value is (20,40,99). Sum of RGB (Red+Green+Blue) = 20+40+99=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #142863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142863 is #EBD79C. Grayscale: #282828. Windows color (decimal): -15456157 or 6498324. OLE color: 6498324.

HSL color Cylindrical-coordinate representation of color #142863: hue angle of 224.81º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142863 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB204099-
CMYK0.800.6000.61
HSL224.81º66.39%23.33%-
HSV(B)224.81º79.8%38.82%-
XYZ3.32.5712.13-
YUV40.75160.87113.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=12.58%
G=25.16%
B=62.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2040990.800.6000.61224.8166.3923.33
Hex142863503C03De14217
Octal24501431207407534110227
Binary1010010100011000111010000111100011110111100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142863; }

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

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

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

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

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

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

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

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