#142359

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

Shades of Sapphire #142359

Tints of Sapphire #142359

Color information

#142359 (or 0x142359) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 59. RGB value is (20,35,89). Sum of RGB (Red+Green+Blue) = 20+35+89=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #142359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142359 is #EBDCA6. Grayscale: #242424. Windows color (decimal): -15457447 or 5841684. OLE color: 5841684.

HSL color Cylindrical-coordinate representation of color #142359: hue angle of 226.96º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #142359 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB203589-
CMYK0.780.6100.65
HSL226.96º63.3%21.37%-
HSV(B)226.96º77.53%34.9%-
XYZ2.692.079.71-
YUV36.67157.53116.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 89 (35.16% from 255) = 61.81%
R=13.89%
G=24.31%
B=61.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2035890.780.6100.65226.9663.321.37
Hex1423594E3D041e33f15
Octal24431311167501013437725
Binary1010010001110110011001110111101010000011110001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142359; }

 p { color: rgb(20,35,89); }

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

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

 a { background-color: rgb(20,35,89); }

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

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

 span { border-color: rgb(20,35,89); }

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