#142056

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

Shades of Sapphire #142056

Tints of Sapphire #142056

Color information

#142056 (or 0x142056) is unknown color: approx Sapphire. HEX triplet: 14, 20 and 56. RGB value is (20,32,86). Sum of RGB (Red+Green+Blue) = 20+32+86=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #142056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142056 is #EBDFA9. Grayscale: #222222. Windows color (decimal): -15458218 or 5644308. OLE color: 5644308.

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

Color convert

RGB203286-
CMYK0.770.6300.66
HSL229.09º62.26%20.78%-
HSV(B)229.09º76.74%33.73%-
XYZ2.481.859.03-
YUV34.57157.02117.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 86 (33.98% from 255) = 62.32%
R=14.49%
G=23.19%
B=62.32%

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
Decimal2032860.770.6300.66229.0962.2620.78
Hex1420564D3F042e53e15
Octal24401261157701023457625
Binary1010010000010101101001101111111010000101110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142056; }

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

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

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

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

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

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

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

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