#142057

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

Shades of Sapphire #142057

Tints of Sapphire #142057

Color information

#142057 (or 0x142057) is unknown color: approx Sapphire. HEX triplet: 14, 20 and 57. RGB value is (20,32,87). Sum of RGB (Red+Green+Blue) = 20+32+87=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #142057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142057 is #EBDFA8. Grayscale: #222222. Windows color (decimal): -15458217 or 5709844. OLE color: 5709844.

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

Color convert

RGB203287-
CMYK0.770.6300.66
HSL229.25º62.62%20.98%-
HSV(B)229.25º77.01%34.12%-
XYZ2.531.879.24-
YUV34.68157.52117.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=14.39%
G=23.02%
B=62.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2032870.770.6300.66229.2562.6220.98
Hex1420574D3F042e53f15
Octal24401271157701023457725
Binary1010010000010101111001101111111010000101110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142057; }

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

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

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

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

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

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

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

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