#142651

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

Shades of Sapphire #142651

Tints of Sapphire #142651

Color information

#142651 (or 0x142651) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 51. RGB value is (20,38,81). Sum of RGB (Red+Green+Blue) = 20+38+81=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #142651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142651 is #EBD9AE. Grayscale: #252525. Windows color (decimal): -15456687 or 5318164. OLE color: 5318164.

HSL color Cylindrical-coordinate representation of color #142651: hue angle of 222.3º 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 #142651 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB203881-
CMYK0.750.5300.68
HSL222.3º60.4%19.8%-
HSV(B)222.3º75.31%31.76%-
XYZ2.472.138.07-
YUV37.52152.54115.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=14.39%
G=27.34%
B=58.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2038810.750.5300.68222.360.419.8
Hex1426514B35044de3c14
Octal24461211136501043367424
Binary1010010011010100011001011110101010001001101111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142651; }

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

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

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

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

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

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

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

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