#142C5E

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

Shades of Sapphire #142C5E

Tints of Sapphire #142C5E

Color information

#142C5E (or 0x142C5E) is unknown color: approx Sapphire. HEX triplet: 14, 2C and 5E. RGB value is (20,44,94). Sum of RGB (Red+Green+Blue) = 20+44+94=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #142C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C5E is #EBD3A1. Grayscale: #2A2A2A. Windows color (decimal): -15455138 or 6171668. OLE color: 6171668.

HSL color Cylindrical-coordinate representation of color #142C5E: hue angle of 220.54º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142C5E is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB204494-
CMYK0.790.5300.63
HSL220.54º64.91%22.35%-
HSV(B)220.54º78.72%36.86%-
XYZ3.212.7610.95-
YUV42.52157.05111.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 94 (37.11% from 255) = 59.49%
R=12.66%
G=27.85%
B=59.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2044940.790.5300.63220.5464.9122.35
Hex142C5E4F3503Fdd4116
Octal24541361176507733510126
Binary1010010110010111101001111110101011111111011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142C5E; }

 p { color: rgb(20,44,94); }

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

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

 a { background-color: rgb(20,44,94); }

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

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

 span { border-color: rgb(20,44,94); }

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