#142256

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

Shades of Sapphire #142256

Tints of Sapphire #142256

Color information

#142256 (or 0x142256) is unknown color: approx Sapphire. HEX triplet: 14, 22 and 56. RGB value is (20,34,86). Sum of RGB (Red+Green+Blue) = 20+34+86=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #142256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142256 is #EBDDA9. Grayscale: #232323. Windows color (decimal): -15457706 or 5644820. OLE color: 5644820.

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

Color convert

RGB203486-
CMYK0.770.6000.66
HSL227.27º62.26%20.78%-
HSV(B)227.27º76.74%33.73%-
XYZ2.541.969.05-
YUV35.74156.36116.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 86 (33.98% from 255) = 61.43%
R=14.29%
G=24.29%
B=61.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2034860.770.6000.66227.2762.2620.78
Hex1422564D3C042e33e15
Octal24421261157401023437625
Binary1010010001010101101001101111100010000101110001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142256; }

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

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

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

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

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

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

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

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