#142157

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

Shades of Sapphire #142157

Tints of Sapphire #142157

Color information

#142157 (or 0x142157) is unknown color: approx Sapphire. HEX triplet: 14, 21 and 57. RGB value is (20,33,87). Sum of RGB (Red+Green+Blue) = 20+33+87=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #142157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142157 is #EBDEA8. Grayscale: #232323. Windows color (decimal): -15457961 or 5710100. OLE color: 5710100.

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

Color convert

RGB203387-
CMYK0.770.6200.66
HSL228.36º62.62%20.98%-
HSV(B)228.36º77.01%34.12%-
XYZ2.551.929.25-
YUV35.27157.19117.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=14.29%
G=23.57%
B=62.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2033870.770.6200.66228.3662.6220.98
Hex1421574D3E042e43f15
Octal24411271157601023447725
Binary1010010000110101111001101111110010000101110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142157; }

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

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

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

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

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

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

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

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