#142060

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

Shades of Sapphire #142060

Tints of Sapphire #142060

Color information

#142060 (or 0x142060) is unknown color: approx Sapphire. HEX triplet: 14, 20 and 60. RGB value is (20,32,96). Sum of RGB (Red+Green+Blue) = 20+32+96=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #142060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142060 is #EBDF9F. Grayscale: #232323. Windows color (decimal): -15458208 or 6299668. OLE color: 6299668.

HSL color Cylindrical-coordinate representation of color #142060: hue angle of 230.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142060 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB203296-
CMYK0.790.6700.62
HSL230.53º65.52%22.75%-
HSV(B)230.53º79.17%37.65%-
XYZ2.922.0311.3-
YUV35.71162.02116.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=13.51%
G=21.62%
B=64.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2032960.790.6700.62230.5365.5222.75
Hex1420604F4303Ee74217
Octal244014011710307634710227
Binary10100100000110000010011111000011011111011100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142060; }

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

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

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

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

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

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

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

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