#142D59

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

Shades of Sapphire #142D59

Tints of Sapphire #142D59

Color information

#142D59 (or 0x142D59) is unknown color: approx Sapphire. HEX triplet: 14, 2D and 59. RGB value is (20,45,89). Sum of RGB (Red+Green+Blue) = 20+45+89=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #142D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D59 is #EBD2A6. Grayscale: #2A2A2A. Windows color (decimal): -15454887 or 5844244. OLE color: 5844244.

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

Color convert

RGB204589-
CMYK0.780.4900.65
HSL218.26º63.3%21.37%-
HSV(B)218.26º77.53%34.9%-
XYZ3.032.759.82-
YUV42.54154.22111.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=12.99%
G=29.22%
B=57.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2045890.780.4900.65218.2663.321.37
Hex142D594E31041da3f15
Octal24551311166101013327725
Binary1010010110110110011001110110001010000011101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142D59; }

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

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

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

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

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

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

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

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