#142B57

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

Shades of Sapphire #142B57

Tints of Sapphire #142B57

Color information

#142B57 (or 0x142B57) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 57. RGB value is (20,43,87). Sum of RGB (Red+Green+Blue) = 20+43+87=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #142B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B57 is #EBD4A8. Grayscale: #282828. Windows color (decimal): -15455401 or 5712660. OLE color: 5712660.

HSL color Cylindrical-coordinate representation of color #142B57: hue angle of 219.4º 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 #142B57 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB204387-
CMYK0.770.5100.66
HSL219.4º62.62%20.98%-
HSV(B)219.4º77.01%34.12%-
XYZ2.872.569.36-
YUV41.14153.88112.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 87 (34.38% from 255) = 58%
R=13.33%
G=28.67%
B=58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2043870.770.5100.66219.462.6220.98
Hex142B574D33042db3f15
Octal24531271156301023337725
Binary1010010101110101111001101110011010000101101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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