#142A57

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

Shades of Sapphire #142A57

Tints of Sapphire #142A57

Color information

#142A57 (or 0x142A57) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 57. RGB value is (20,42,87). Sum of RGB (Red+Green+Blue) = 20+42+87=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #142A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A57 is #EBD5A8. Grayscale: #282828. Windows color (decimal): -15455657 or 5712404. OLE color: 5712404.

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

Color convert

RGB204287-
CMYK0.770.5200.66
HSL220.3º62.62%20.98%-
HSV(B)220.3º77.01%34.12%-
XYZ2.842.499.35-
YUV40.55154.21113.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 87 (34.38% from 255) = 58.39%
R=13.42%
G=28.19%
B=58.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2042870.770.5200.66220.362.6220.98
Hex142A574D34042dc3f15
Octal24521271156401023347725
Binary1010010101010101111001101110100010000101101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,42,87); }

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

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

 a { background-color: rgb(20,42,87); }

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

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

 span { border-color: rgb(20,42,87); }

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