#142E56

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

Shades of Sapphire #142E56

Tints of Sapphire #142E56

Color information

#142E56 (or 0x142E56) is unknown color: approx Sapphire. HEX triplet: 14, 2E and 56. RGB value is (20,46,86). Sum of RGB (Red+Green+Blue) = 20+46+86=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #142E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E56 is #EBD1A9. Grayscale: #2A2A2A. Windows color (decimal): -15454634 or 5647892. OLE color: 5647892.

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

Color convert

RGB204686-
CMYK0.770.4700.66
HSL216.36º62.26%20.78%-
HSV(B)216.36º76.74%33.73%-
XYZ2.952.779.18-
YUV42.79152.39111.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=13.16%
G=30.26%
B=56.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2046860.770.4700.66216.3662.2620.78
Hex142E564D2F042d83e15
Octal24561261155701023307625
Binary1010010111010101101001101101111010000101101100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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