#142656

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

Shades of Sapphire #142656

Tints of Sapphire #142656

Color information

#142656 (or 0x142656) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 56. RGB value is (20,38,86). Sum of RGB (Red+Green+Blue) = 20+38+86=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #142656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142656 is #EBD9A9. Grayscale: #252525. Windows color (decimal): -15456682 or 5645844. OLE color: 5645844.

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

Color convert

RGB203886-
CMYK0.770.5600.66
HSL223.64º62.26%20.78%-
HSV(B)223.64º76.74%33.73%-
XYZ2.662.219.09-
YUV38.09155.04115.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=13.89%
G=26.39%
B=59.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2038860.770.5600.66223.6462.2620.78
Hex1426564D38042e03e15
Octal24461261157001023407625
Binary1010010011010101101001101111000010000101110000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142656; }

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

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

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

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

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

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

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

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