#142A51

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

Shades of Sapphire #142A51

Tints of Sapphire #142A51

Color information

#142A51 (or 0x142A51) is unknown color: approx Sapphire. HEX triplet: 14, 2A and 51. RGB value is (20,42,81). Sum of RGB (Red+Green+Blue) = 20+42+81=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #142A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A51 is #EBD5AE. Grayscale: #272727. Windows color (decimal): -15455663 or 5319188. OLE color: 5319188.

HSL color Cylindrical-coordinate representation of color #142A51: hue angle of 218.36º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142A51 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB204281-
CMYK0.750.4800.68
HSL218.36º60.4%19.8%-
HSV(B)218.36º75.31%31.76%-
XYZ2.62.48.11-
YUV39.87151.21113.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=13.99%
G=29.37%
B=56.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2042810.750.4800.68218.3660.419.8
Hex142A514B30044da3c14
Octal24521211136001043327424
Binary1010010101010100011001011110000010001001101101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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