#142E57

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

Shades of Sapphire #142E57

Tints of Sapphire #142E57

Color information

#142E57 (or 0x142E57) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 57. RGB value is (20,46,87). Sum of RGB (Red+Green+Blue) = 20+46+87=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #142E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E57 is #EBD1A8. Grayscale: #2A2A2A. Windows color (decimal): -15454633 or 5713428. OLE color: 5713428.

HSL color Cylindrical-coordinate representation of color #142E57: hue angle of 216.72º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142E57 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB204687-
CMYK0.770.4700.66
HSL216.72º62.62%20.98%-
HSV(B)216.72º77.01%34.12%-
XYZ2.992.799.4-
YUV42.9152.89111.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 87 (34.38% from 255) = 56.86%
R=13.07%
G=30.07%
B=56.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2046870.770.4700.66216.7262.6220.98
Hex142E574D2F042d93f15
Octal24561271155701023317725
Binary1010010111010101111001101101111010000101101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,46,87); }

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

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

 a { background-color: rgb(20,46,87); }

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

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

 span { border-color: rgb(20,46,87); }

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