#142259

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

Shades of Sapphire #142259

Tints of Sapphire #142259

Color information

#142259 (or 0x142259) is unknown color: approx Sapphire. HEX triplet: 14, 22 and 59. RGB value is (20,34,89). Sum of RGB (Red+Green+Blue) = 20+34+89=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #142259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142259 is #EBDDA6. Grayscale: #232323. Windows color (decimal): -15457703 or 5841428. OLE color: 5841428.

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

Color convert

RGB203489-
CMYK0.780.6200.65
HSL227.83º63.3%21.37%-
HSV(B)227.83º77.53%34.9%-
XYZ2.662.019.7-
YUV36.08157.86116.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=13.99%
G=23.78%
B=62.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2034890.780.6200.65227.8363.321.37
Hex1422594E3E041e43f15
Octal24421311167601013447725
Binary1010010001010110011001110111110010000011110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142259; }

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

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

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

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

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

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

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

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