#142054

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

Shades of Sapphire #142054

Tints of Sapphire #142054

Color information

#142054 (or 0x142054) is unknown color: approx Sapphire. HEX triplet: 14, 20 and 54. RGB value is (20,32,84). Sum of RGB (Red+Green+Blue) = 20+32+84=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #142054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142054 is #EBDFAB. Grayscale: #222222. Windows color (decimal): -15458220 or 5513236. OLE color: 5513236.

HSL color Cylindrical-coordinate representation of color #142054: hue angle of 228.75º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142054 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB203284-
CMYK0.760.6200.67
HSL228.75º61.54%20.39%-
HSV(B)228.75º76.19%32.94%-
XYZ2.411.828.61-
YUV34.34156.02117.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=14.71%
G=23.53%
B=61.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2032840.760.6200.67228.7561.5420.39
Hex1420544C3E043e53e14
Octal24401241147601033457624
Binary1010010000010101001001100111110010000111110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142054; }

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

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

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

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

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

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

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

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