#142556

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

Shades of Sapphire #142556

Tints of Sapphire #142556

Color information

#142556 (or 0x142556) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 56. RGB value is (20,37,86). Sum of RGB (Red+Green+Blue) = 20+37+86=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #142556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142556 is #EBDAA9. Grayscale: #252525. Windows color (decimal): -15456938 or 5645588. OLE color: 5645588.

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

Color convert

RGB203786-
CMYK0.770.5700.66
HSL224.55º62.26%20.78%-
HSV(B)224.55º76.74%33.73%-
XYZ2.632.149.08-
YUV37.5155.37115.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 86 (33.98% from 255) = 60.14%
R=13.99%
G=25.87%
B=60.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2037860.770.5700.66224.5562.2620.78
Hex1425564D39042e13e15
Octal24451261157101023417625
Binary1010010010110101101001101111001010000101110000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142556; }

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

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

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

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

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

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

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

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